# File lib/Borges/Response/HtmlResponse.rb, line 11
  def contents
    stream = ''
    print_html_on(stream)
    return stream
  end