Method: Extensions::OpenStruct#each
- Defined in:
- lib/baltix/extensions.rb
#each(*args, &block) ⇒ Object
138 139 140 |
# File 'lib/baltix/extensions.rb', line 138 def each *args, &block self.each_pair(*args, &block) end |
138 139 140 |
# File 'lib/baltix/extensions.rb', line 138 def each *args, &block self.each_pair(*args, &block) end |