Method: Async::Reactor#to_s

Defined in:
lib/async/reactor.rb

#to_sObject



72
73
74
# File 'lib/async/reactor.rb', line 72

def to_s
  "<#{self.description} stopped=#{@stopped}>"
end