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

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

Constant Summary

Constants included from Logging

Logging::DEFAULT_LOG_LEVEL, Logging::LOG_LEVELS

Instance Attribute Summary

Attributes inherited from Call

#arguments, #block, #location, #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?, #desc, #head?, #initialize, #inspect, #resolve, #to_s, #undefined?

Methods included from Logging

logger

Methods included from Equality

#==, #eql?, #equality_fields, #freeze, #hash

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