class Tychus::Parsers::NullObject

Public Instance Methods

method_missing(*args, &block) click to toggle source
# File lib/tychus/parsers/base.rb, line 67
def method_missing(*args, &block)
  self
end