Module: Junebug::Config
Instance Method Summary collapse
Instance Method Details
#rootdir ⇒ Object
6 7 8 |
# File 'lib/junebug/config.rb', line 6 def rootdir return File.dirname(__FILE__) + "/../../" end |
#script ⇒ Object
10 11 12 |
# File 'lib/junebug/config.rb', line 10 def script return File.dirname(__FILE__) + "/../junebug.rb" end |