Sha256: 0cc02553c8cc99c8c8139d2a8ed033becf9f7450ffcb660fa07e429c3d45e671
Contents?: true
Size: 290 Bytes
Versions: 10
Compression:
Stored size: 290 Bytes
Contents
module Storyblok::Richtext module Marks class Mark attr_writer :type def type @type || 'mark' end def initialize(data) @node = data end def matching false end def tag nil end end end end
Version data entries
10 entries across 10 versions & 1 rubygems