Method: Webhookdb::Replicator::Docgen#markdown
- Defined in:
- lib/webhookdb/replicator/docgen.rb
#markdown ⇒ Object
36 37 38 39 40 41 42 43 44 |
# File 'lib/webhookdb/replicator/docgen.rb', line 36 def markdown _frontmatter _intro _features _schema _tabledef _prevnext return lines.join("\n") end |