class VCR::Middleware::Faraday

def initialize(app)

Parameters:
  • app (#call) -- the faraday app
def initialize(app)
  super
  @app = app
end