Class: Kramdown::Document

Inherits:
Object
  • Object
show all
Defined in:
sig/kramdown.rbs

Direct Known Subclasses

Yard::Fence::KramdownGfmDocument

Instance Method Summary collapse

Constructor Details

#initializeDocument

Returns a new instance of Document.

Parameters:

  • source (String)
  • options (::Hash[Symbol, untyped])


4
# File 'sig/kramdown.rbs', line 4

def initialize: (String source, ?::Hash[Symbol, untyped] options) -> void