class Focus::RunShellCommand

Public Instance Methods

perform() click to toggle source
# File lib/focus/actions/run_shell_command.rb, line 3
def perform
  system(context.command.to_s)
end