Class: Tychus::Parsers::NullObject

Inherits:
Object
  • Object
show all
Defined in:
lib/tychus/parsers/base.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(*args, &block) ⇒ Object



151
152
153
# File 'lib/tychus/parsers/base.rb', line 151

def method_missing(*args, &block)
  self
end