Class: Amalgam::Models::Attachable::AttachmentExtension::DelegateArray

Inherits:
Array
  • Object
show all
Defined in:
lib/amalgam/models/attachable.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(*args) ⇒ Object



17
18
19
# File 'lib/amalgam/models/attachable.rb', line 17

def method_missing(*args)
  first.send(*args)
end