Method: HTML::Text#to_s

Defined in:
lib/html/node.rb

#to_sObject

Returns the content of this node.



219
220
221
# File 'lib/html/node.rb', line 219

def to_s
  @content
end