Method: Plist::PInteger#to_ruby

Defined in:
lib/plist/parser.rb

#to_rubyObject



219
220
221
# File 'lib/plist/parser.rb', line 219

def to_ruby
  text.to_i
end