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



56
57
58
# File 'lib/null_object_associations.rb', line 56

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