Module: TPhases::Modes::PassThroughMode::ClassMethods
- Defined in:
- lib/tphases/modes/pass_through_mode.rb
Instance Method Summary collapse
Instance Method Details
#ignore_phases ⇒ Object
20 21 22 |
# File 'lib/tphases/modes/pass_through_mode.rb', line 20 def ignore_phases yield end |
#no_transactions_phase ⇒ Object
16 17 18 |
# File 'lib/tphases/modes/pass_through_mode.rb', line 16 def no_transactions_phase yield end |
#read_phase ⇒ Object
8 9 10 |
# File 'lib/tphases/modes/pass_through_mode.rb', line 8 def read_phase yield end |
#write_phase ⇒ Object
12 13 14 |
# File 'lib/tphases/modes/pass_through_mode.rb', line 12 def write_phase yield end |