るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.124秒)

別のキーワード

  1. kernel require
  2. getoptlong require_order
  3. rubygems/custom_require require
  4. irb/ext/use-loader irb_require
  5. require execute

ライブラリ

クラス

検索結果

Shell#system_path -> Array (24227.0)

コマンドサーチパスの配列を返す。

...コマンドサーチパスの配列を返す。

@
param path コマンドサーチパスの配列を指定します。

使用例

require
'shell'
sh = Shell.new
sh.system_path = [ "./" ]
p sh.system_path #=> ["./"]...

Shell#system_path=(path) (12227.0)

コマンドサーチパスの配列を返す。

...コマンドサーチパスの配列を返す。

@
param path コマンドサーチパスの配列を指定します。

使用例

require
'shell'
sh = Shell.new
sh.system_path = [ "./" ]
p sh.system_path #=> ["./"]...