# File lib/test/rails/pp_html_document.rb, line 58
  def content_without_whitespace
    @content.gsub(/^[ ]+/, '').sub(/[ ]+\Z/, '')
  end