Module: TPhases::Modes::PassThroughMode::ClassMethods

Defined in:
lib/tphases/modes/pass_through_mode.rb

Instance Method Summary collapse

Instance Method Details

#ignore_phasesObject



20
21
22
# File 'lib/tphases/modes/pass_through_mode.rb', line 20

def ignore_phases
  yield
end

#no_transactions_phaseObject



16
17
18
# File 'lib/tphases/modes/pass_through_mode.rb', line 16

def no_transactions_phase
  yield
end

#read_phaseObject



8
9
10
# File 'lib/tphases/modes/pass_through_mode.rb', line 8

def read_phase
  yield
end

#write_phaseObject



12
13
14
# File 'lib/tphases/modes/pass_through_mode.rb', line 12

def write_phase
  yield
end