Class: Lita::Utils::Bickle
- Inherits:
-
Object
- Object
- Lita::Utils::Bickle
- Defined in:
- lib/lita/utils/bickle.rb
Instance Method Summary collapse
-
#initialize(robot) ⇒ Bickle
constructor
A new instance of Bickle.
- #you_talking_to_me?(message) ⇒ Boolean
Constructor Details
#initialize(robot) ⇒ Bickle
Returns a new instance of Bickle.
5 6 7 |
# File 'lib/lita/utils/bickle.rb', line 5 def initialize(robot) @robot = robot end |