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, &block) ⇒ Object



64
65
66
# File 'lib/gtfs_reader/log.rb', line 64

def method_missing(*args, &block)
  nil
end