Class: Solargraph::Source::Chain::QCall

Inherits:
Call
  • Object
show all
Defined in:
lib/solargraph/source/chain/q_call.rb

Instance Attribute Summary

Attributes inherited from Call

#arguments, #word

Attributes inherited from Link

#last_context, #word

Instance Method Summary collapse

Methods inherited from Call

#initialize, #resolve, #with_block?

Methods inherited from Link

#==, #clone_body, #clone_head, #constant?, #head?, #initialize, #resolve, #undefined?

Constructor Details

This class inherits a constructor from Solargraph::Source::Chain::Call

Instance Method Details

#nullable?Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/solargraph/source/chain/q_call.rb', line 5

def nullable?
  true
end