In some language such as Haskell, it is possible to use any function taking two arguments as an infix operator.
I find this notation interesting and would like to ac
Ruby does not have infix method syntax, except for a fixed and predefined set of operators. And Ruby does not allow user code to change the language syntax. Ergo, what you want is not possible.