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

Methods

to_ruby  

Public Instance methods

[Source]

     # File lib/facter/util/plist/parser.rb, line 198
198:     def to_ruby
199:       text.to_f
200:     end

[Validate]