module Hobo
module_function
def config
@@config
end
def alterable_config
@@alterable_config
def set_config!(hash)
@@alterable_config = hash.dup
@@config = hash.freeze