struct Myst::Doc::ClauseDoc
- Myst::Doc::ClauseDoc
- Struct
- Value
- Object
Defined in:
myst/tools/doc/clause_doc.crConstructors
Instance Method Summary
- #arity : Int32
- #arity=(arity : Int32)
- #block_parameter : String | Nil
- #block_parameter=(block_parameter : String | Nil)
- #doc : String | Nil
- #doc=(doc : String | Nil)
- #head : String
- #head=(head : String)
- #parameters : Array(String)
- #parameters=(parameters : Array(String))
- #splat_index : Int32 | Nil
- #splat_index=(splat_index : Int32 | Nil)
Constructor Detail
def self.new(head : String, arity : Int32, parameters : Array(String), splat_index : Int32 | Nil, block_parameter : String | Nil, doc : String | Nil)
#