Class: Leap::Bystander
- Inherits:
-
Object
- Object
- Leap::Bystander
- Defined in:
- lib/leap/whip.rb
Overview
Allows Leap activity to continue uninstrumented
Instance Method Summary collapse
Instance Method Details
#committee(_, &blk) ⇒ Object
74 |
# File 'lib/leap/whip.rb', line 74 def committee(_, &blk) yield end |
#decision(_, &blk) ⇒ Object
73 |
# File 'lib/leap/whip.rb', line 73 def decision(_, &blk) yield end |
#quorum(_, &blk) ⇒ Object
75 |
# File 'lib/leap/whip.rb', line 75 def quorum(_, &blk) yield end |