Method: Packr::Collection#item
- Defined in:
- lib/packr/base2/collection.rb
#item(key_or_index) ⇒ Object
56 57 58 |
# File 'lib/packr/base2/collection.rb', line 56 def item(key_or_index) __send__(key_or_index.is_a?(Numeric) ? :get_at : :get, key_or_index) end |