# File lib/openid/yadis/htmltokenizer.rb, line 211definitialize(text)
super(text)
temp_arr = text.scan(/^<!--\s*(.*?)\s*-->$/)
iftemp_arr[0].nil?raiseHTMLTokenizerError, "Text passed to HTMLComment.initialize is not a comment"end@contents = temp_arr[0][0]
end