why is it not possible to define methods as "|>" in #Ruby ? 😶
Implementing a Pipeline Operator in Ruby – WA9ACE.net

@caleb I find the quirky behavior of some declarations really interesting. For instance, constructs like def | are allowed, whereas |> is understood as two separate operators. 😄