Class: HTMLText

Inherits:
HTMLToken show all
Defined in:
lib/yadis/htmltokenizer.rb

Overview

Class representing text that isn’t inside a tag

Instance Attribute Summary

Attributes inherited from HTMLToken

#raw

Instance Method Summary collapse

Methods inherited from HTMLToken

#==, #initialize, #to_s, #trimmed_text

Constructor Details

This class inherits a constructor from HTMLToken

Instance Method Details

#textObject



200
201
202
# File 'lib/yadis/htmltokenizer.rb', line 200

def text
  raw
end