Method: Weby::HTML#text

Defined in:
lib/weby/html.rb

#textObject Also known as: content



196
197
198
199
# File 'lib/weby/html.rb', line 196

def text
    return '' if !@node
    node.content
end