Class: Acta::Reactor

Inherits:
Handler show all
Defined in:
lib/acta/reactor.rb

Class Method Summary collapse

Methods inherited from Handler

on

Class Method Details

.sync!Object



6
7
8
# File 'lib/acta/reactor.rb', line 6

def sync!
  @sync = true
end

.sync?Boolean

Returns:

  • (Boolean)


10
11
12
# File 'lib/acta/reactor.rb', line 10

def sync?
  @sync == true
end