class Doorkeeper::Config::Builder

def initialize(&block)

def initialize(&block)
  @config = Config.new
  instance_eval(&block)
end