Method: Espresso::Collection#method_missing

Defined in:
lib/espresso/collection.rb

#method_missing(method_name, *args) ⇒ Object (protected)

Proxy to #collection methods



32
33
34
# File 'lib/espresso/collection.rb', line 32

def method_missing(method_name, *args)
  collection.send(method_name, *args)
end