Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
whereamiPryのコマンドの短縮形はありますか?
whereami
そうでない場合、config のような Pry コマンドのエイリアスを定義する方法はあります.pryrcか?
.pryrc
組み込みの速記は見つかりませんでしたが、これをに追加する~/.pryrcとうまくいくようです。
~/.pryrc
Pry.config.commands.alias_command "@", "whereami"
PrysのPryrcWikiページの詳細