module Hat

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/hat/configurable.rb, line 3
def self.config
  @config ||= Hashie::Mash.new
end