Class: Object

Inherits:
BasicObject
Defined in:
lib/samlr.rb

Instance Method Summary collapse

Instance Method Details

#try(method) ⇒ Object



38
39
40
# File 'lib/samlr.rb', line 38

def try(method)
  send(method) if respond_to?(method)
end