module Toppings
Constants
- VERSION
Public Class Methods
conf()
click to toggle source
# File lib/toppings.rb, line 14 def self.conf @conf = Toppings::Config.load end
gem_root()
click to toggle source
# File lib/toppings.rb, line 10 def self.gem_root @gem_root ||= File.expand_path('../..', __FILE__) end