Module: NullObjectAssociations::SingletonMethods::ArrayMethodMissing

Defined in:
lib/null_object_associations.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(*args, &block) ⇒ Object



72
73
74
# File 'lib/null_object_associations.rb', line 72

def method_missing(*args, &block)
  []
end