module VoightKampff::Methods

Public Instance Methods

bot?() click to toggle source
# File lib/voight_kampff/methods.rb, line 6
def bot?
  VoightKampff::Test.new(user_agent).bot?
end
Also aliased as: replicant?
human?() click to toggle source
# File lib/voight_kampff/methods.rb, line 2
def human?
  VoightKampff::Test.new(user_agent).human?
end
replicant?()
Alias for: bot?