module Fume

Constants

VERSION

Public Class Methods

load_tasks() click to toggle source
# File lib/fume.rb, line 14
def self.load_tasks
  Dir[File.expand_path("../tasks/*.rake", __FILE__)].each { |ext| load ext }
end