Method: Prism::IndexOperatorWriteNode#call_operator

Defined in:
lib/prism/node.rb

#call_operatorObject

def call_operator: () -> String?



9362
9363
9364
# File 'lib/prism/node.rb', line 9362

def call_operator
  call_operator_loc&.slice
end