Class: Plist::StreamParser::PString
- Defined in:
- lib/searchlink/plist.rb
Instance Attribute Summary
Attributes inherited from PTag
Instance Method Summary collapse
Methods inherited from PTag
inherited, #initialize, mappings
Constructor Details
This class inherits a constructor from Plist::StreamParser::PTag
Instance Method Details
#to_ruby ⇒ Object
148 149 150 |
# File 'lib/searchlink/plist.rb', line 148 def to_ruby CGI.unescapeHTML(text || "") end |