class Excon::Middleware::Base

def initialize(stack)

def initialize(stack)
  @stack = stack
end