Class: SPQR::Sink

Inherits:
Object
  • Object
show all
Defined in:
lib/spqr/utils.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(*args) ⇒ Object



15
16
17
18
# File 'lib/spqr/utils.rb', line 15

def method_missing(*args)
  yield if block_given?
  nil
end