Module: EcoRake::Shell::EcoHelpers

Defined in:
lib/eco-rake/shell/eco_helpers.rb

Instance Method Summary collapse

Instance Method Details

#ruby_runnerObject

What main file should be used (based on running env)



5
6
7
# File 'lib/eco-rake/shell/eco_helpers.rb', line 5

def ruby_runner
  "ruby main.rb"
end