Method: SimpleStack::Collection#method_missing
- Defined in:
- lib/simple_stack/collection.rb
#method_missing(method, *args, &block) ⇒ Object
33 34 35 |
# File 'lib/simple_stack/collection.rb', line 33 def method_missing(method, *args, &block) to_a.send(method, *args, &block) end |