Method: God::Socket#method_missing
- Defined in:
- lib/god/socket.rb
#method_missing(*args, &block) ⇒ Object
Forward API calls to God
Returns whatever the forwarded call returns
57 58 59 |
# File 'lib/god/socket.rb', line 57 def method_missing(*args, &block) God.send(*args, &block) end |