Method: Code::Parser::ChainedCall#operator

Defined in:
lib/code/parser/chained_call.rb

#operatorObject



30
31
32
# File 'lib/code/parser/chained_call.rb', line 30

def operator
  dot | (colon << colon) | (ampersand << dot)
end