From: nobu@... Date: 2014-05-07T14:18:38+00:00 Subject: [ruby-core:62447] [ruby-trunk - Feature #6074] Allow alias arguments to have a comma Issue #6074 has been updated by Nobuyoshi Nakada. Assignee changed from Nobuyoshi Nakada to Yukihiro Matsumoto Request for syntax change. ---------------------------------------- Feature #6074: Allow alias arguments to have a comma https://bugs.ruby-lang.org/issues/6074#change-46595 * Author: Thomas Sawyer * Status: Assigned * Priority: Low * Assignee: Yukihiro Matsumoto * Category: core * Target version: next minor ---------------------------------------- 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? -- https://bugs.ruby-lang.org/