Sha256: 420b79e7a8910fc52adb41dc143be7424edcabbe86b521bbde2a6b9c518ed72b

Contents?: true

Size: 269 Bytes

Versions: 1

Compression:

Stored size: 269 Bytes

Contents

module RiCal
  class PropertyValue
    #- ©2009 Rick DeNatale
    #- All rights reserved. Refer to the file README.txt for the license
    #
    class Integer < PropertyValue # :nodoc:

      def value=(string)
        @value = string.to_i 
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubyredrick-ri_cal-0.0.2 lib/ri_cal/property_value/integer.rb