class Plist::PReal

Public Instance Methods

to_ruby() click to toggle source
# File lib/facter/util/plist/parser.rb, line 197
def to_ruby
  text.to_f
end