Class: Restfully::NullLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/restfully/session.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(method, *args) ⇒ Object



7
8
9
# File 'lib/restfully/session.rb', line 7

def method_missing(method, *args)
  nil
end