Module: Butler::IRC::Client::Filter
- Defined in:
- lib/butler/irc/client.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#listener ⇒ Object
Returns the value of attribute listener.
Instance Method Summary collapse
Instance Attribute Details
#listener ⇒ Object
Returns the value of attribute listener.
65 66 67 |
# File 'lib/butler/irc/client.rb', line 65 def listener @listener end |
Instance Method Details
#unsubscribe ⇒ Object
66 67 68 |
# File 'lib/butler/irc/client.rb', line 66 def unsubscribe listener.unsubscribe end |