Class: Polint::BlackHole

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/polint.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(*args) ⇒ Object



12
13
14
# File 'lib/polint.rb', line 12

def method_missing(*args)
  nil
end