Sha256: 8f76666b65d61c21bbe07ad143604ca94d14b8132e52b388c3576380bce32b9c
Contents?: true
Size: 178 Bytes
Versions: 3
Compression:
Stored size: 178 Bytes
Contents
module Osheet::Format class Datetime def initialize(string) @string = string end def style; @string; end def key; "datetime_#{@string}"; end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
osheet-1.1.1 | lib/osheet/format/datetime.rb |
osheet-1.1.0 | lib/osheet/format/datetime.rb |
osheet-1.0.0 | lib/osheet/format/datetime.rb |