class Solargraph::Source::Chain::Hash
def initialize type, splatted = false
-
splatted(Boolean) -- -
type(String) --
def initialize type, splatted = false super(type) @splatted = splatted end
def resolve api_map, name_pin, locals
def resolve api_map, name_pin, locals [Pin::ProxyType.anonymous(@complex_type)] end
def splatted?
def splatted? @splatted end
def word
def word @word ||= "<#{@type}>" end