Parent

Plist::PTag

Attributes

text[RW]
children[RW]

Public Class Methods

inherited( sub_class ) click to toggle source
     # File lib/facter/util/plist/parser.rb, line 116
116:     def PTag::inherited( sub_class )
117:       key = sub_class.to_s.downcase
118:       key.gsub!(/^plist::/, '' )
119:       key.gsub!(/^p/, '')  unless key == "plist"
120: 
121:       @@mappings[key] = sub_class
122:     end
mappings() click to toggle source
     # File lib/facter/util/plist/parser.rb, line 112
112:     def PTag::mappings
113:       @@mappings
114:     end
new() click to toggle source
     # File lib/facter/util/plist/parser.rb, line 125
125:     def initialize
126:       @children = Array.new
127:     end

Public Instance Methods

to_ruby() click to toggle source
     # File lib/facter/util/plist/parser.rb, line 129
129:     def to_ruby
130:       raise "Unimplemented: " + self.class.to_s + "#to_ruby on #{self.inspect}"
131:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.