Class: Lockistics::DummyMeter

Inherits:
Object
  • Object
show all
Defined in:
lib/lockistics/meter.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(*args, &block) ⇒ Object



5
6
7
# File 'lib/lockistics/meter.rb', line 5

def method_missing(*args, &block)
  # do nothing
end