Feature #6074
Updated by nobu (Nobuyoshi Nakada) over 10 years ago
This is one my biggest pet peeves with Ruby. I am always typing: ~~~ruby alias :foo, :bar ~~~ And getting a damn syntax error. Btw, is there a reason why `alias` is a keyword and not a method?