Class | Plist::PTag |
In: |
lib/facter/util/plist/parser.rb
|
Parent: | Object |
children | [RW] | |
text | [RW] |
# File lib/facter/util/plist/parser.rb, line 117 117: def PTag::inherited( sub_class ) 118: key = sub_class.to_s.downcase 119: key.gsub!(/^plist::/, '' ) 120: key.gsub!(/^p/, '') unless key == "plist" 121: 122: @@mappings[key] = sub_class 123: end
# File lib/facter/util/plist/parser.rb, line 126 126: def initialize 127: @children = Array.new 128: end