Method: Prism::CallOrWriteNode#call_operator
- Defined in:
- lib/prism/node.rb
#call_operator ⇒ Object
def call_operator: () -> String?
2398 2399 2400 |
# File 'lib/prism/node.rb', line 2398 def call_operator call_operator_loc&.slice end |