Class: GtfsReader::Log::NoOpLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/gtfs_reader/log.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(*_args) ⇒ Object



75
76
77
# File 'lib/gtfs_reader/log.rb', line 75

def method_missing(*_args)
  nil
end

Instance Method Details

#respond_to_missing?(_name, _include_private = false) ⇒ Boolean

Returns:

  • (Boolean)


79
80
81
# File 'lib/gtfs_reader/log.rb', line 79

def respond_to_missing?(_name, _include_private = false)
  true
end