Class: Pow::Runner

Inherits:
Object
  • Object
show all
Defined in:
lib/pow.rb

Overview

Wrapper around system for easy testing

Class Method Summary collapse

Class Method Details

.run(command) ⇒ Object



62
63
64
# File 'lib/pow.rb', line 62

def run command
  system command
end