Method: Representable::Hash::Collection::ClassMethods#items
- Defined in:
- lib/representable/hash/collection.rb
#items(options, &block) ⇒ Object
| 15 16 17 | # File 'lib/representable/hash/collection.rb', line 15 def items(, &block) collection(:_self, .merge(:getter => lambda { |*| self }), &block) end |