Class: Dynamosaurus::BlackHole

Inherits:
BasicObject
Defined in:
lib/dynamosaurus.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(method_name, *args) ⇒ Object



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

def method_missing(method_name, *args)
  nil
end