るりまサーチ

最速Rubyリファレンスマニュアル検索!
22件ヒット [1-22件を表示] (0.094秒)
トップページ > クエリ:string[x] > クエリ:@[x] > クエリ:irb_name[x]

別のキーワード

  1. irb/input-method new
  2. irb/cmd/subirb execute
  3. irb/input-method gets
  4. irb/cmd/load execute
  5. irb/cmd/pushws execute

ライブラリ

クラス

検索結果

IRB::Context#irb_name -> String (18214.0)

起動しているコマンド名を文字列で返します。

...起動しているコマンド名を文字列で返します。


@
see IRB::Context#irb_name=...

IRB::Context#irb_name=(val) (6125.0)

起動しているコマンド名を val に設定します。

...起動しているコマンド名を val に設定します。

@
param val コマンド名を String で指定します。

@
see IRB::Context#irb_name...