Method: FCS::Request#update_command
- Defined in:
- lib/fcs/request.rb
#update_command(method, *args, &block) ⇒ Object
21 22 23 24 |
# File 'lib/fcs/request.rb', line 21 def update_command(method, *args, &block) # defined in the subclasses raise NotImplementedError end |