Class: RspecNestedTransactions::FiberAwareGroup
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- RspecNestedTransactions::FiberAwareGroup
- Defined in:
- lib/rspec_nested_transactions.rb
Instance Method Summary collapse
Instance Method Details
#class ⇒ Object
18 19 20 |
# File 'lib/rspec_nested_transactions.rb', line 18 def class __getobj__.class end |
#run_examples ⇒ Object
10 11 12 |
# File 'lib/rspec_nested_transactions.rb', line 10 def run_examples Fiber.yield end |
#to_proc ⇒ Object
14 15 16 |
# File 'lib/rspec_nested_transactions.rb', line 14 def to_proc proc { run_examples } end |