Method: Plist::PString#to_ruby

Defined in:
lib/plist/parser.rb

#to_rubyObject


205
206
207
# File 'lib/plist/parser.rb', line 205

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