# File lib/html/tags.rb, line 21 def initialize(tag_name, can_omit) @name = tag_name.downcase @can_omit_end = can_omit end