Method: Ferrum::Client#command
- Defined in:
- lib/ferrum/client.rb
#command(method, async: false, **params) ⇒ Object
79 80 81 82 |
# File 'lib/ferrum/client.rb', line 79 def command(method, async: false, **params) = (method, params) (, async: async) end |