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

Methods

to_ruby  

Public Instance methods

[Source]

     # File lib/facter/util/plist/parser.rb, line 180
180:     def to_ruby
181:       text.to_i
182:     end

[Validate]