Top Level Namespace
Defined Under Namespace
Modules: DataSanity
Constant Summary collapse
- SOURCE_PATH =
File.dirname(__FILE__)
Instance Method Summary collapse
Instance Method Details
#log_command(command) ⇒ Object
35 36 37 |
# File 'lib/data_sanity/tasks.rb', line 35 def log_command command puts "Running ==> " + command.to_s end |