Sha256: f9a84bdb1683fa506408db4f7848c56d76450710b7b56d885549a04a4ac88edd
Contents?: true
Size: 306 Bytes
Versions: 1
Compression:
Stored size: 306 Bytes
Contents
module Muruby class Application def self.load_tasks require 'rake' %w( general ).each do |task| load File.join(Muruby.root, "muruby/tasks/#{task}.rake") end end end def self.app Dir.pwd end def self.root File.expand_path('../../', __FILE__) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
muruby-0.0.0 | lib/muruby/application.rb~ |