< :前の番号
^ :番号順リスト
> :次の番号
P :前の記事(スレッド移動)
N :次の記事
|<:前のスレッド
>|:次のスレッド
^ :返事先
_:自分への返事
>:同じ返事先を持つ記事(前)
<:同じ返事先を持つ記事(後)
---:分割してスレッド表示、再表示
| :分割して(縦)スレッド表示、再表示
~ :スレッドのフレーム消去
.:インデックス
..:インデックスのインデックス
Issue #6074 has been updated by Thomas Sawyer.
Yes, I have almost exclusively used #alias_method in the past, but it's always seems rather silly to have to use the longer term. And I bet it would be an easy adjustment to support a comma.
Btw, I really dislike using the non-symbol form of alias as it sticks out under syntax highlighters like a sore thumb.
----------------------------------------
Feature #6074: Allow alias arguments to have a comma
https://bugs.ruby-lang.org/issues/6074
Author: Thomas Sawyer
Status: Open
Priority: Low
Assignee:
Category:
Target version:
This is one my biggest pet peeves with Ruby. I am always typing:
alias :foo, :bar
And getting a damn syntax error.
Btw, is there a reason why `alias` is a keyword and not a method?
--
http://bugs.ruby-lang.org/