Method: Nuorder.method_missing
- Defined in:
- lib/nuorder.rb
.method_missing(method_name, *args, &block) ⇒ Object
24 25 26 |
# File 'lib/nuorder.rb', line 24 def method_missing(method_name, *args, &block) client.send(method_name, *args, &block) end |