module Roda::RodaPlugins::SinatraHelpers::ResponseMethods

def body=(body)

Set the body to the given value.
def body=(body)
  @body = DelayedBody.new{body}
end