1236件ヒット
[1-100件を表示]
(0.077秒)
ライブラリ
- ビルトイン (613)
- benchmark (12)
-
cgi
/ core (60) - csv (12)
- delegate (12)
- fiber (8)
- fiddle (36)
-
json
/ add / bigdecimal (12) -
json
/ add / complex (12) -
json
/ add / exception (12) -
json
/ add / ostruct (12) -
json
/ add / struct (12) -
minitest
/ mock (1) -
minitest
/ spec (1) -
minitest
/ unit (1) - optparse (12)
- pathname (60)
- rake (60)
-
rubygems
/ command (48) -
rubygems
/ command _ manager (24) -
rubygems
/ config _ file (12) -
rubygems
/ doc _ manager (12) -
rubygems
/ user _ interaction (108) - un (12)
- win32ole (60)
- zlib (12)
クラス
- BasicObject (48)
-
Benchmark
:: Tms (12) - BigDecimal (12)
-
CSV
:: Row (12) - Class (24)
- Complex (12)
- Delegator (12)
- Enumerator (96)
-
Enumerator
:: Chain (14) -
Enumerator
:: Lazy (72) - Exception (12)
- Fiber (12)
-
Fiddle
:: Closure (12) -
Fiddle
:: Closure :: BlockCaller (12) -
Fiddle
:: Function (12) -
Gem
:: Command (48) -
Gem
:: CommandManager (24) -
Gem
:: ConfigFile (12) -
Gem
:: DocManager (12) -
Gem
:: StreamUI (12) - Method (66)
-
MiniTest
:: Mock (1) -
MiniTest
:: Unit (1) - Module (24)
- NoMethodError (12)
- Object (121)
- OpenStruct (12)
-
OptionParser
:: ParseError (12) - Pathname (60)
- Proc (6)
-
Rake
:: Task (12) -
RubyVM
:: InstructionSequence (12) - String (12)
- Struct (12)
- UnboundMethod (12)
- WIN32OLE (60)
-
Zlib
:: GzipWriter (12)
モジュール
-
CGI
:: QueryExtension (48) -
CGI
:: QueryExtension :: Value (12) - Enumerable (91)
-
Gem
:: UserInteraction (96) - Kernel (36)
-
Rake
:: TaskManager (24)
キーワード
- % (12)
- === (8)
- [] (24)
-
_ _ send _ _ (24) -
_ getproperty (12) -
_ invoke (12) -
_ setproperty (12) -
add
_ extra _ args (12) - alert (12)
-
alert
_ error (12) -
alert
_ warning (12) - allocate (12)
- ask (12)
-
ask
_ yes _ no (12) -
bind
_ call (12) - call (48)
-
choose
_ from _ list (12) -
class
_ exec (12) -
create
_ rule (12) - curry (22)
-
define
_ task (12) - each (62)
-
each
_ line (24) -
each
_ with _ index (24) -
each
_ with _ object (24) - entries (12)
-
enum
_ for (48) - execute (12)
- expect (1)
-
file
_ create (12) - fnmatch (12)
- fnmatch? (12)
- force (12)
- format (12)
- handles? (12)
-
has
_ key? (12) - include? (12)
- initialize (12)
-
instance
_ exec (12) - invoke (24)
- key? (12)
- keys (12)
-
method
_ missing (36) - mkmf (12)
-
module
_ exec (12) -
must
_ raise (1) - new (12)
-
next
_ values (12) - open (12)
- printf (12)
-
process
_ args (13) -
progress
_ reporter (12) -
public
_ send (24) - push (12)
- recover (12)
-
respond
_ to _ missing? (12) -
ruby2
_ keywords (6) - rule (12)
- run (12)
-
run
_ rdoc (12) - say (12)
- send (24)
-
terminate
_ interaction (12) -
to
_ a (24) -
to
_ enum (48) -
to
_ h (19) -
to
_ json (60) - transfer (12)
-
with
_ index (24) -
with
_ object (24)
検索結果
先頭5件
-
Fiddle
:: Closure # args -> [Integer] (21102.0) -
引数の型を表す配列を返します。
引数の型を表す配列を返します。 -
Gem
:: ConfigFile # args -> Array (21102.0) -
設定ファイルオブジェクトに与えられたコマンドライン引数のリストを返します。
設定ファイルオブジェクトに与えられたコマンドライン引数のリストを返します。 -
NoMethodError
# args -> [object] (18208.0) -
メソッド呼び出しに使われた引数を配列で返します。
...メソッド呼び出しに使われた引数を配列で返します。
例:
begin
foobar(1,2,3)
rescue NoMethodError
p $!
p $!.name
p $!.args
end
# => #<NoMethodError: undefined method `foobar' for main:Object>
:foobar
[1, 2, 3]... -
Gem
:: CommandManager # process _ args(args) -> () (12325.0) -
引数 args を処理して gem コマンドを実行するために必要な処理を行います。
...引数 args を処理して gem コマンドを実行するために必要な処理を行います。
@param args コマンドラインから受け取った引数を指定します。... -
MiniTest
:: Unit # process _ args(args = []) -> Hash (12309.0) -
optparse を使ってコマンドライン引数を解析した結果を返します。
...optparse を使ってコマンドライン引数を解析した結果を返します。
@param args コマンドライン引数を指定します。
@see optparse... -
Enumerator
:: Chain # each(*args) { |*args| . . . } -> object (9326.0) -
まず最初の繰り返し可能なオブジェクトの each メソッドを args 引数とともに呼び出した後、続く繰り返し可能なオブジェクト も同様に呼び出します。
...まず最初の繰り返し可能なオブジェクトの each メソッドを
args 引数とともに呼び出した後、続く繰り返し可能なオブジェクト
も同様に呼び出します。
ブロックが渡されない場合は Enumerator を返します。... -
Enumerator
:: Chain # each(*args) -> Enumerator (9226.0) -
まず最初の繰り返し可能なオブジェクトの each メソッドを args 引数とともに呼び出した後、続く繰り返し可能なオブジェクト も同様に呼び出します。
...まず最初の繰り返し可能なオブジェクトの each メソッドを
args 引数とともに呼び出した後、続く繰り返し可能なオブジェクト
も同様に呼び出します。
ブロックが渡されない場合は Enumerator を返します。... -
Gem
:: Command # add _ extra _ args(args) -> Array (9209.0) -
$HOME/.gemrc から読み込んだ引数を追加します。
...$HOME/.gemrc から読み込んだ引数を追加します。
@param args 追加する引数を配列で指定します。... -
Gem
:: UserInteraction # terminate _ interaction(*args) -> () (9208.0) -
アプリケーションを終了します。
...アプリケーションを終了します。
@param args 委譲先のメソッドに与える引数です。... -
Enumerator
# with _ object(obj) {|(*args) , memo _ obj| . . . } -> object (6308.0) -
繰り返しの各要素に obj を添えてブロックを繰り返し、obj を返り値として返します。
...do |x|
y << x
end
end
to_three_with_string = to_three.with_object("foo")
to_three_with_string.each do |x,string|
puts "#{string}: #{x}"
end
# => foo:0
# => foo:1
# => foo:2
//}
@param obj 繰り返しの各要素に添えて渡されるオブジェクト
@see Enumerable#each_with_object... -
Kernel
# file _ create(*args) { . . . } -> Rake :: FileCreationTask (6302.0) -
ファイルを作成するタスクを定義します。
...ファイルを作成するタスクを定義します。
主に Kernel.#directory を定義するために使用します。...