Method: Prism::IndexOperatorWriteNode#variable_call?
- Defined in:
- lib/prism/node.rb
#variable_call? ⇒ Boolean
def variable_call?: () -> bool
9274 9275 9276 |
# File 'lib/prism/node.rb', line 9274 def variable_call? flags.anybits?(CallNodeFlags::VARIABLE_CALL) end |