14 15 16
# File 'lib/html/tag.rb', line 14 def to_s "<#{tag_name}#{read_attributes}>#{read_value}</#{tag_name}>" end