Class: Object

Inherits:
BasicObject
Defined in:
lib/alchemist-server.rb

Instance Method Summary collapse

Instance Method Details

#try(sym, *args) ⇒ Object



45
46
47
# File 'lib/alchemist-server.rb', line 45

def try(sym, *args)
  send sym, *args
end