Method: Prism::IndexOperatorWriteNode#variable_call?

Defined in:
lib/prism/node.rb

#variable_call?Boolean

def variable_call?: () -> bool

Returns:

  • (Boolean)


9274
9275
9276
# File 'lib/prism/node.rb', line 9274

def variable_call?
  flags.anybits?(CallNodeFlags::VARIABLE_CALL)
end