Sha256: 3d13aea55a95cec5ecd43692cb06c2c501030d62105c44993c9873b6e79a2fc2
Contents?: true
Size: 153 Bytes
Versions: 3
Compression:
Stored size: 153 Bytes
Contents
module Hashify module Convert Pass = nil Time = [Proc.new{|x| x.nil? ? nil : x.to_i}, Proc.new{|x| x.nil? ? nil : ::Time.at(x.to_i)}] end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hashify-0.0.3 | lib/hashify/convert.rb |
hashify-0.0.2 | lib/hashify/convert.rb |
hashify-0.0.1 | lib/hashify/convert.rb |