class Berkshelf::Config

def method_missing(method, *args, &block)

def method_missing(method, *args, &block)
  @klass.send(method, *args, &block)
end