class Solargraph::Source::Chain::ZSuper
Attributes
@return [::Array<Chain>]
@return [String]
Public Class Methods
Source
# File lib/solargraph/source/chain/z_super.rb, line 17 def initialize word, with_block = false super(word, nil, [], with_block) end
@param word [String] @param arguments [::Array<Chain>] @param with_block [Boolean] True if the chain is inside a block @param head [Boolean] True if the call is the start of its chain
Calls superclass method
Solargraph::Source::Chain::Call::new
Public Instance Methods
Source
# File lib/solargraph/source/chain/z_super.rb, line 24 def resolve api_map, name_pin, locals return super_pins(api_map, name_pin) end
@param api_map [ApiMap] @param name_pin [Pin::Base] @param locals [::Array<Pin::Base>]