module DSLKit::ConstantMaker

def const_missing(id)

Returns a symbol (_id_) for every missing constant named _id_.
def const_missing(id)
  id
end