The question is: Can I define my own custom operator in Ruby, except for the ones found in \"Operator Expressions\"?
For example: 1 %! 2
1 %! 2
You probably can't do this within Ruby, but only by modifying Ruby itself. I think modifying parse.y would be your best bet. parse.y famtour