# File lib/rhc/helpers.rb, line 315
    def results(&block)
      paragraph do
        say "RESULT:"
        yield
      end
    end