Class Plist::PKey
In: lib/facter/util/plist/parser.rb
Parent: PTag

Methods

to_ruby  

Public Instance methods

[Source]

     # File lib/facter/util/plist/parser.rb, line 160
160:     def to_ruby
161:       CGI::unescapeHTML(text || '')
162:     end

[Validate]