Sha256: dbf27f584c5cbe8351f88b8590d0565376545e412eaffca25fa261b6dafa4d58
Contents?: true
Size: 165 Bytes
Versions: 15
Compression:
Stored size: 165 Bytes
Contents
module Osheet::Format class Custom def initialize(type) @type = type end def style; @type; end def key; "custom_#{@type}"; end end end
Version data entries
15 entries across 15 versions & 1 rubygems