module Prism::CallNodeFlags
Flags for call nodes.
Constants
- ATTRIBUTE_WRITE
a call that is an attribute write, so the value being written should be returned
- SAFE_NAVIGATION
&. operator
- VARIABLE_CALL
a call that could have been a local variable
Flags for call nodes.
a call that is an attribute write, so the value being written should be returned
&. operator
a call that could have been a local variable