class Roda::RodaPlugins::Chunked::Body

def initialize(scope)

Save the scope of the current request handling.
def initialize(scope)
  @scope = scope
end