Method: Plist::PReal#to_ruby

Defined in:
lib/plist/parser.rb

#to_rubyObject



237
238
239
# File 'lib/plist/parser.rb', line 237

def to_ruby
  text.to_f
end