class Faraday::RackBuilder::Handler

def build(app = nil)

def build(app = nil)
  klass.new(app, *@args, &@block)
end