Class: Comma::NullAssociation

Inherits:
Object
  • Object
show all
Defined in:
lib/comma/extractors.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(symbol, *args, &block) ⇒ Object



103
104
105
# File 'lib/comma/extractors.rb', line 103

def method_missing(symbol, *args, &block)
  nil
end