Class: Disposable::Twin::Definition::Each
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- Disposable::Twin::Definition::Each
- Defined in:
- lib/disposable/twin/definitions.rb
Instance Method Summary collapse
Instance Method Details
#each(options = {}) ⇒ Object
24 25 26 27 28 |
# File 'lib/disposable/twin/definitions.rb', line 24 def each(={}) return __getobj__ unless block_given? Definition::Filter.(__getobj__, ).each { |dfn| yield dfn } end |