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, #block, #location, #word

Instance Method Summary collapse

Methods inherited from Call

#initialize, #resolve, #with_block?

Constructor Details

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

Instance Method Details

#nullable?Boolean

Returns:

  • (Boolean)


7
8
9
# File 'lib/solargraph/source/chain/q_call.rb', line 7

def nullable?
  true
end