class Roda::RodaPlugins::SinatraHelpers::DelayedBody

def value

be called multiple times.
Cache the body returned by the block. This way the block won't
def value
  @value ||= @block.call
end