class String

Public Instance Methods

is_bot?() click to toggle source
# File lib/isbot.rb, line 40
def is_bot?
  is_bot(self)
end