Module: EcoRake::Shell::EcoHelpers
- Defined in:
- lib/eco-rake/shell/eco_helpers.rb
Instance Method Summary collapse
-
#ruby_runner ⇒ Object
What main file should be used (based on running env).
Instance Method Details
#ruby_runner ⇒ Object
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 |