Sha256: 5bb2f12733d98f5d32d3527310b9e831e9a7aa0b9e4630ccf846e33815a702ca
Contents?: true
Size: 263 Bytes
Versions: 60
Compression:
Stored size: 263 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
60 entries across 60 versions & 8 rubygems