Sha256: 8b74e41490b09b232c0755e160e1877b125503abea5e4336b9a781614f638e34
Contents?: true
Size: 219 Bytes
Versions: 7
Compression:
Stored size: 219 Bytes
Contents
module NotionOrbit module NotionObjects module BlockTypes class Unsupported < Block def to_markdown "[Block #{@type} is not supported yet]" end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems