class CrystalCtags::Tag
- CrystalCtags::Tag
- Reference
- Object
Defined in:
crystal_ctags.crConstructors
Instance Method Summary
Constructor Detail
def self.new(name : String, filename : String, regex : String, kind : Symbol, line : Int32 | Nil = nil, scope : Nil | Array(String) = nil, signature : Nil | String = nil, type : Nil | String = nil)
#