Module: Bcome::CommandHelper

Included in:
Object
Defined in:
lib/helpers/command_helper.rb

Instance Method Summary collapse

Instance Method Details

#run_local(command) ⇒ Object Also known as: local



3
4
5
6
# File 'lib/helpers/command_helper.rb', line 3

def run_local(command)
  puts "(local) > #{command}" if ::VERBOSE
  system(command)
end