240件ヒット
[201-240件を表示]
(0.009秒)
別のキーワード
種類
- インスタンスメソッド (84)
- クラス (72)
- ライブラリ (60)
- 特異メソッド (24)
ライブラリ
-
irb
/ cmd / chws (48) -
irb
/ cmd / pushws (72) -
irb
/ context (36) -
irb
/ extend-command (12) -
irb
/ workspace (12)
クラス
モジュール
キーワード
- ChangeWorkspace (12)
- CurrentWorkingWorkspace (12)
- PopWorkspace (12)
- PushWorkspace (12)
- Workspaces (12)
- execute (60)
-
install
_ extend _ commands (12) - irb (12)
-
irb
/ cmd / chws (12) -
irb
/ cmd / pushws (12) -
irb
/ ext / workspaces (12) -
irb
/ workspace (12) - new (12)
- workspace= (12)
検索結果
-
irb
/ cmd / chws (64.0) -
irb 中の irb_current_working_workspace、irb_change_workspace コマンドの ための拡張を定義したサブライブラリです。
...irb 中の irb_current_working_workspace、irb_change_workspace コマンドの
ための拡張を定義したサブライブラリです。
このライブラリで定義されているメソッドはユーザが直接使用するものではあ
りません。... -
irb
/ cmd / pushws (64.0) -
irb 中の irb_workspaces、irb_push_workspace、irb_pop_workspace コマンド のための拡張を定義したサブライブラリです。
...irb 中の irb_workspaces、irb_push_workspace、irb_pop_workspace コマンド
のための拡張を定義したサブライブラリです。
このライブラリで定義されているメソッドはユーザが直接使用するものではあ
りません。... -
IRB
:: ExtendCommandBundle . install _ extend _ commands -> object (48.0) -
定義済みの拡張を読み込みます。
...ドが利用できるようになります。(それぞれ 1 つだけ抜粋)
* irb_current_working_workspace
* irb_change_workspace
* irb_workspaces
* irb_push_workspace
* irb_pop_workspace
* irb_load
* irb_require
* irb_source
* irb
* irb_jobs
* irb_fg
* irb_kill
* irb_help
irb/exte... -
irb (48.0)
-
irb は Interactive Ruby の略です。 irb を使うと、Ruby の式を標準入力から簡単に入力・実行することができます。
...pwws
: irb_cwws
: irb_pwws
: irb_print_working_workspace
: irb_current_working_binding
: irb_print_working_binding
: irb_cwb
: irb_pwb
irb の self を返します。
: cws(*obj)
: chws(*obj)
: irb_cws(*obj)
: irb_chws(*obj)
: irb_change_workspace(*obj)
: cb(*obj)
: irb_cb(*obj)
: irb_change_bi......たときの main オブジェクトを self にします。
: workspaces
: irb_workspaces
: irb_bindings
: bindings
現在のワークスペースの一覧を返します。
: pushws(*obj)
: irb_pushws(*obj)
: irb_push_workspace(*obj)
: irb_push_binding(*obj)
: irb_pushb(*obj)
: pushb(*obj)......UNIX シェルコマンドの pushd と同じです。
: popws
: irb_popws
: irb_pop_workspace
: irb_pop_binding
: irb_popb
: popb
UNIX シェルコマンドの popd と同じです。
: irb
: irb(obj)
新しいサブ irb インタプリタを起動します。
オブジェクト obj が...