class Solargraph::Source::Chain::ZSuper

def initialize word, with_block = false

Parameters:
  • 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