Method: Cinch::Handler#to_s

Defined in:
lib/cinch/handler.rb

#to_sString

Returns:

Since:

  • 2.0.0



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