Method: BinStruct::Array#each
- Defined in:
- lib/bin_struct/array.rb
#each ⇒ ::Array, Enumerator
Calls the given block once for each element in self, passing that element as a parameter. Returns the array itself, or an enumerator if no block is given.
64 |
# File 'lib/bin_struct/array.rb', line 64 def_delegators :@array, :[], :clear, :each, :empty?, :first, :last, :size |