Method: Jazzy::DocIndex::Scope#initialize
- Defined in:
- lib/jazzy/doc_index.rb
#initialize(decl, children) ⇒ Scope
Returns a new instance of Scope.
16 17 18 19 |
# File 'lib/jazzy/doc_index.rb', line 16 def initialize(decl, children) @decl = decl @children = children end |