Method: Cinch::Handler#to_s
- Defined in:
- lib/cinch/handler.rb
#to_s ⇒ String
113 114 115 116 |
# File 'lib/cinch/handler.rb', line 113 def to_s # TODO maybe add the number of running threads to the output? "#<Cinch::Handler @event=#{@event.inspect} pattern=#{@pattern.inspect}>" end |