class Pow::Runner

Wrapper around system for easy testing

Public Class Methods

run(command) click to toggle source
# File lib/pow.rb, line 62
def run command
  system command
end