class Roda::RodaPlugins::SinatraHelpers::DelayedBody

def initialize(&block)

called until the body is needed.
Save the block that will return the body, it won't be
def initialize(&block)
  @block = block
end