Class: NotionToMd::Blocks::TableRowBlock

Inherits:
Block
  • Object
show all
Defined in:
lib/notion_to_md/blocks/table_row_block.rb

Instance Attribute Summary

Attributes inherited from Block

#block, #children

Instance Method Summary collapse

Methods inherited from Block

#initialize, #to_md

Constructor Details

This class inherits a constructor from NotionToMd::Blocks::Block

Instance Method Details

#newlineObject



6
7
8
# File 'lib/notion_to_md/blocks/table_row_block.rb', line 6

def newline
  "\n"
end