class Plist::PInteger

Public Instance Methods

to_ruby() click to toggle source
# File lib/plist/parser.rb, line 201
def to_ruby
  text.to_i
end