168件ヒット
[101-168件を表示]
(0.067秒)
種類
- インスタンスメソッド (144)
- ライブラリ (12)
- 特異メソッド (12)
ライブラリ
-
irb
/ cmd / chws (24) -
irb
/ cmd / help (12) -
irb
/ cmd / load (12) -
irb
/ cmd / nop (24) -
irb
/ cmd / pushws (36) -
irb
/ ext / use-loader (24) -
rubygems
/ command (12) -
rubygems
/ commands / dependency _ command (12)
クラス
-
Gem
:: Command (12) -
Gem
:: Commands :: DependencyCommand (12) -
IRB
:: ExtendCommand :: ChangeWorkspace (12) -
IRB
:: ExtendCommand :: CurrentWorkingWorkspace (12) -
IRB
:: ExtendCommand :: Help (12) -
IRB
:: ExtendCommand :: Load (12) -
IRB
:: ExtendCommand :: Nop (24) -
IRB
:: ExtendCommand :: PopWorkspace (12) -
IRB
:: ExtendCommand :: PushWorkspace (12) -
IRB
:: ExtendCommand :: Workspaces (12)
モジュール
キーワード
-
irb
_ load (12) -
irb
_ require (12) - rake (12)
-
when
_ invoked (12)
検索結果
先頭5件
-
IRB
:: ExtendCommand :: Help # execute(*names) -> nil (21101.0) -
RI から Ruby のドキュメントを参照します。
...RI から Ruby のドキュメントを参照します。
irb(main):001:0> help String#match
...
@param names 参照したいクラス名やメソッド名などを文字列で指定します。
names を指定しなかった場合は、RI を対話的なモードで起動します。メソ......rb(main):001:0> help
Enter the method name you want to look up.
You can use tab to autocomplete.
Enter a blank line to exit.
>> String#match
String#match
(from ruby core)
------------------------------------------------------------------------------
str.match(pattern) ->......matchdata or nil
str.match(pattern, pos) -> matchdata or nil
...... -
IRB
:: ExtendCommand :: Load # execute(file _ name , priv = nil) -> nil (18201.0) -
ファイル path を Ruby スクリプトとみなし、現在の irb インタプリタ上で実 行します。
...ファイル path を Ruby スクリプトとみなし、現在の irb インタプリタ上で実
行します。
Kernel.#load と異なり、path の内容を irb で一行ずつタイプしたかの
ように、irb 上で一行ずつ評価されます。
@param file_name ファイル名を文......字列で指定します。
@param priv 真を指定した場合は実行は内部的に生成される無名モジュール上
で行われ、グローバルな名前空間を汚染しません。
@raise LoadError 読み込みに失敗した場合に発生します。... -
Gem
:: Command # when _ invoked { . . . } -> Proc (106.0) -
コマンドが実行されたときに評価するブロックを登録します。
...ドが実行されたときに評価するブロックを登録します。
通常のコマンド呼び出しは、そのコマンドクラスの execute メソッドを実行するだけです。
このメソッドでブロックを登録すると、通常の呼び出しを上書きすることが... -
IRB
:: ExtendCommandBundle # irb _ load(*opts , &b) -> nil (106.0) -
現在の irb に関する IRB::Context に対して irb_load コマンドを実行 します。
...現在の irb に関する IRB::Context に対して irb_load コマンドを実行
します。
@see IRB::ExtendCommand::Load#execute... -
IRB
:: ExtendCommandBundle # irb _ require(*opts , &b) -> bool (106.0) -
現在の irb に関する IRB::Context に対して irb_require コマンドを 実行します。
...現在の irb に関する IRB::Context に対して irb_require コマンドを
実行します。
@see IRB::ExtendCommand::Require#execute... -
rake (54.0)
-
Rake というコマンドラインツールを扱うライブラリです。
...$ rake --help
rake [-f rakefile] {options} targets...
Options are ...
-C, --classic-namespace トップレベルに Task, FileTask を定義します。
過去との互換性のためのオプションです。
-D, --describe [PATTERN]......ずにタスクを実行します。
-e, --execute CODE Ruby のコードを実行して終了します。
-p, --execute-print CODE Ruby のコードを実行して結果を表示して終了します。
-E, --execute-continue CODE Ruby のコードを実行して......から、タスクを実行します。
-I, --libdir LIBDIR ロードパスに LIBDIR を含めます。
-P, --prereqs タスクの依存関係を表示して終了します。
-q, --quiet 標準出力にログメッセージを表示し...