You are right that &:upcase
is difficult to understand. It is actually &
applied to the symbol :upcase
and is described on page 638, 12th symbol (Name Proc operator).
1 Like
You are right that &:upcase
is difficult to understand. It is actually &
applied to the symbol :upcase
and is described on page 638, 12th symbol (Name Proc operator).