Class: Acta::Reactor
Class Method Summary collapse
Methods inherited from Handler
Class Method Details
.sync! ⇒ Object
6 7 8 |
# File 'lib/acta/reactor.rb', line 6 def sync! @sync = true end |
.sync? ⇒ Boolean
10 11 12 |
# File 'lib/acta/reactor.rb', line 10 def sync? @sync == true end |