module

Hecr::LSP::Signature

Extracts attribute candidates from a component signature (def card(title : String, footer : String? = nil, **rest) → title/footer, with full declarations as detail).

Instance methods

attr_items(signature : String) : Array(Tuple(String, String))
Source