class SimulatorRunner
Public Instance Methods
remove_file(file)
click to toggle source
# File lib/commons.rb, line 270 def remove_file(file) puts "SIMULATE: removed #{file}" end
run(cmd)
click to toggle source
# File lib/commons.rb, line 274 def run(cmd) puts "SIMULATE: #{cmd}" end