Method: Code::Parser::ChainedCall#operator
- Defined in:
- lib/code/parser/chained_call.rb
#operator ⇒ Object
30 31 32 |
# File 'lib/code/parser/chained_call.rb', line 30 def operator dot | (colon << colon) | (ampersand << dot) end |
30 31 32 |
# File 'lib/code/parser/chained_call.rb', line 30 def operator dot | (colon << colon) | (ampersand << dot) end |