Method: Fairy::PIdentity#basic_each
- Defined in:
- lib/fairy/node/p-identity.rb
#basic_each(&block) ⇒ Object
17 18 19 20 21 |
# File 'lib/fairy/node/p-identity.rb', line 17 def basic_each(&block) @input.each do |e| block.call e end end |