Pipe operator (|>) popularized by Elixir that lets developers chain function calls by passing the previous result as the first argument. Cited in the wroclove.rb 2018 lightning talks as a feature Ruby users envy; Ruby has been trying to catch up, with yield_self and community experiments around method references.