# File lib/Borges/HTML/HtmlBuilder.rb, line 368
  def title(str)
    head_tag_with(:title, str)
  end