class CrystalCtags::Tag

Defined in:

crystal_ctags.cr

Constructors

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) #

[View source]

Instance Method Detail

def to_s(io) #

[View source]