Method: Flydata::Helper::Action::StopHelper#execute
- Defined in:
- lib/flydata/helper/action/stop_helper.rb
#execute(opts = {}) ⇒ Object
9 10 11 |
# File 'lib/flydata/helper/action/stop_helper.rb', line 9 def execute(opts = {}) Process.kill(:TERM, Process.ppid) end |