120件ヒット
[101-120件を表示]
(0.080秒)
ライブラリ
-
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 :: Source # execute(file _ name) -> nil (108.0) -
現在の irb インタプリタ上で、 Ruby スクリプト path を評価します。
...y スクリプト path を評価します。
path の内容を irb で一行ずつタイプしたかのように、irb 上で一行ずつ評価
されます。$" は更新されず、何度でも実行し直す事ができます。
@param file_name ファイル名を文字列で指定します。... -
Rake
:: FileList # excluded _ from _ list?(file _ name) -> bool (108.0) -
与えられたファイル名が除外される場合は、真を返します。 そうでない場合は偽を返します。
...与えられたファイル名が除外される場合は、真を返します。
そうでない場合は偽を返します。
@param file_name ファイル名を指定します。
//emlist[][ruby]{
# Rakefile での記載例とする
IO.write("test1.rb", "test")
IO.write("test2.rb", "test")
t...