Method: Html::Tag#to_s

Defined in:
lib/html/tag.rb

#to_sObject



14
15
16
# File 'lib/html/tag.rb', line 14

def to_s
  "<#{tag_name}#{read_attributes}>#{read_value}</#{tag_name}>"
end