Class: SimulatorRunner

Inherits:
ConsoleRunner show all
Defined in:
lib/commons.rb

Instance Method Summary collapse

Methods inherited from ConsoleRunner

#username

Instance Method Details

#remove_file(file) ⇒ Object



270
271
272
# File 'lib/commons.rb', line 270

def remove_file(file)
    puts "SIMULATE: removed #{file}"
end

#run(cmd) ⇒ Object



274
275
276
# File 'lib/commons.rb', line 274

def run(cmd)
    puts "SIMULATE: #{cmd}"
end