module Mini::Config

Constants

VERSION

simple-config version

Public Class Methods

included(base) click to toggle source
# File lib/mini/config.rb, line 5
def self.included(base)
  base.send(:extend, ClassMethods)
end