class HTMLText

Class representing text that isn't inside a tag

Public Instance Methods

text() click to toggle source
# File lib/openid/yadis/htmltokenizer.rb, line 203
def text
  raw
end