Sha256: 9a775c40b55bee503988461fd6145b808cca03ed6522e901241ba0e3a01747b9

Contents?: true

Size: 163 Bytes

Versions: 1

Compression:

Stored size: 163 Bytes

Contents

module RiCal
  class PropertyValue
    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
friflaj_ri_cal-0.9.0 lib/ri_cal/property_value/integer.rb