Method: Plist::PString#to_ruby

Defined in:
lib/plist/parser.rb

#to_rubyObject



187
188
189
# File 'lib/plist/parser.rb', line 187

def to_ruby
  CGI.unescapeHTML(text || '')
end