Class: Plist::PReal

Inherits:
PTag
  • Object
show all
Defined in:
lib/ultra_pow_list/vendor/ruby1.8/plist/plist/parser.rb,
lib/ultra_pow_list/vendor/ruby1.9/plist/plist/parser.rb

Instance Attribute Summary

Attributes inherited from PTag

#children, #text

Instance Method Summary collapse

Methods inherited from PTag

inherited, #initialize, mappings

Constructor Details

This class inherits a constructor from Plist::PTag

Instance Method Details

#to_rubyObject



197
198
199
# File 'lib/ultra_pow_list/vendor/ruby1.8/plist/plist/parser.rb', line 197

def to_ruby
  text.to_f
end