るりまサーチ (Ruby 3.2)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.014秒)
トップページ > バージョン:3.2[x] > クエリ:ChangeWorkspace[x]

別のキーワード

  1. changeworkspace execute
  2. irb/cmd/chws changeworkspace
  3. irb/cmd/chws irb::extendcommand::changeworkspace
  4. changeworkspace irb/cmd/chws
  5. execute irb::extendcommand::changeworkspace

検索結果

IRB::ExtendCommand::ChangeWorkspace (54001.0)

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

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

IRB::ExtendCommand::ChangeWorkspace#execute(*obj) -> obj (9001.0)

irb の self を obj で指定したオブジェクトに設定します。self に設定され たオブジェクトを返します。

irb の self を obj で指定したオブジェクトに設定します。self に設定され
たオブジェクトを返します。

@param obj 任意のオブジェクトを指定できます。複数指定した場合は先頭のオ
ブジェクトのみが設定されます。