# File lib/rubyful_soup.rb, line 503
  def self_closing_tag?(tag)
    @@self_closing_tags.has_key?(tag)
  end