Method: Daru::Accessors::ArrayWrapper#each
- Defined in:
- lib/daru/accessors/array_wrapper.rb
#each(&block) ⇒ Object
10 11 12 13 |
# File 'lib/daru/accessors/array_wrapper.rb', line 10 def each(&block) @data.each(&block) self end |
10 11 12 13 |
# File 'lib/daru/accessors/array_wrapper.rb', line 10 def each(&block) @data.each(&block) self end |