What do we call Ruby’s &: syntax in ["a", "b", "c"].map(&:upcase)? Is that a “symbol-proc”?
&:
["a", "b", "c"].map(&:upcase)