Class: Solargraph::Source::Chain::QCall
- Defined in:
- lib/solargraph/source/chain/q_call.rb
Instance Attribute Summary
Attributes inherited from Call
Attributes inherited from Link
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
5 6 7 |
# File 'lib/solargraph/source/chain/q_call.rb', line 5 def nullable? true end |