class Justcoin::BodyExtractor

Public Instance Methods

call(env) click to toggle source
# File lib/justcoin/body_extractor.rb, line 4
def call(env)
  response = @app.call(env)
  response.env[:body]
end