Class: HTMLText
- Defined in:
- lib/openid/yadis/htmltokenizer.rb
Overview
Class representing text that isn’t inside a tag
Instance Attribute Summary
Attributes inherited from HTMLToken
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
#text ⇒ Object
203 204 205 |
# File 'lib/openid/yadis/htmltokenizer.rb', line 203 def text raw end |