class EcoRake module Shell module EcoHelpers # What main file should be used (based on running env) def ruby_runner "ruby main.rb" end end end end