Method: Exec::ServiceFollowRequest#exec
- Defined in:
- lib/exec/service_follow_request.rb
#exec ⇒ Object (private)
Execution of the command
28 29 30 31 |
# File 'lib/exec/service_follow_request.rb', line 28 def exec Color::print_log("NONE", "following request...", @stdout) raise NotImplemented # @todo Implement ServiceFollowRequest Exec body end |