class Object

Constants

SOURCE_PATH

Public Instance Methods

log_command(command) click to toggle source
# File lib/data_sanity/tasks.rb, line 35
def log_command command
  puts "Running ==> " + command.to_s
end