library irb/cmd/chws

[edit]

要約

irb 中の irb_current_working_workspace、irb_change_workspace コマンドのための拡張を定義したサブライブラリです。

このライブラリで定義されているメソッドはユーザが直接使用するものではありません。

クラス

IRB::ExtendCommand::ChangeWorkspace

irb 中の irb_change_workspace コマンドのための拡張を定義したクラスです。

IRB::ExtendCommand::CurrentWorkingWorkspace

irb 中の irb_current_working_workspace コマンドのための拡張を定義したクラスです。

同時にrequireされるライブラリ

irb/cmd/nop

irb 中でコマンドを拡張する各ライブラリのベースになるクラスを扱うサブライブラリです。

irb/ext/change-ws

IRB::Context に irb 中での self を管理する機能を提供するサブライブラリです。