class Solargraph::Source::Chain::ZSuper
def initialize word, with_block = false
-
head(Boolean) -- True if the call is the start of its chain -
with_block(Boolean) -- True if the chain is inside a block -
arguments(::Array) -- -
word(String) --
def initialize word, with_block = false super(word, [], with_block) end
def resolve api_map, name_pin, locals
-
locals(::Array) -- -
name_pin(Pin::Base) -- -
api_map(ApiMap) --
def resolve api_map, name_pin, locals return super_pins(api_map, name_pin) end