Method: Arbre::HTML::Tag#to_s

Defined in:
lib/arbre/html/tag.rb

#to_sObject



100
101
102
# File 'lib/arbre/html/tag.rb', line 100

def to_s
  indent(opening_tag, content, closing_tag).html_safe
end