Method: Plist::PString#to_ruby

Defined in:
lib/plist/parser.rb

#to_rubyObject



166
167
168
# File 'lib/plist/parser.rb', line 166

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