120件ヒット
[101-120件を表示]
(0.412秒)
ライブラリ
-
irb
/ cmd / load (36) -
irb
/ input-method (12) - rake (12)
-
rdoc
/ code _ object (12) -
rubygems
/ config _ file (24) -
rubygems
/ installer (12) -
rubygems
/ specification (12)
クラス
-
Gem
:: ConfigFile (24) -
Gem
:: Installer (12) -
Gem
:: Specification (12) -
IRB
:: ExtendCommand :: Load (12) -
IRB
:: ExtendCommand :: Require (12) -
IRB
:: ExtendCommand :: Source (12) -
IRB
:: InputMethod (12) -
RDoc
:: CodeObject (12) -
Rake
:: FileList (12)
キーワード
-
config
_ file _ name (12) -
excluded
_ from _ list? (12) - execute (36)
-
load
_ file (12) -
parent
_ file _ name (12) - shebang (12)
検索結果
先頭2件
-
IRB
:: ExtendCommand :: Require # execute(file _ name) -> bool (236.0) -
ファイル file_name を現在の irb インタプリタ上で実行します。
...ファイル file_name を現在の irb インタプリタ上で実行します。
file_name に Ruby スクリプトを指定した場合は、Kernel.#require と異
なり、file_name の内容を irb で一行ずつタイプしたかのように、irb 上で一
行ずつ評価されます。req......uire に成功した場合は true を、そうでない場合は
false を返します。
拡張ライブラリ(*.so,*.o,*.dll など)を指定した場合は単純に require され
ます。
@param file_name ファイル名を文字列で指定します。... -
IRB
:: ExtendCommand :: Source # execute(file _ name) -> nil (208.0) -
現在の irb インタプリタ上で、 Ruby スクリプト path を評価します。
...y スクリプト path を評価します。
path の内容を irb で一行ずつタイプしたかのように、irb 上で一行ずつ評価
されます。$" は更新されず、何度でも実行し直す事ができます。
@param file_name ファイル名を文字列で指定します。...