Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/isbot.rb

Instance Method Summary collapse

Instance Method Details

#is_bot?Boolean

Returns:



40
41
42
# File 'lib/isbot.rb', line 40

def is_bot?
  is_bot(self)
end