Class: Comma::NullAssociation
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 |