Sha256: bbec08861960832ec4b71d50a41b63e29166a7bd3b2bb692759b7bfc2698a36b
Contents?: true
Size: 233 Bytes
Versions: 7
Compression:
Stored size: 233 Bytes
Contents
module NotionOrbit module NotionObjects module BlockTypes class ToDo < Block def to_markdown "[#{@raw_block[@type].checked ? 'x' : ' '}] " + super + "\n" end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems