1907件ヒット
[1-100件を表示]
(0.066秒)
ライブラリ
- ビルトイン (851)
-
cgi
/ core (24) - delegate (12)
- drb (12)
- fiddle (72)
-
json
/ add / bigdecimal (12) -
json
/ add / date (12) -
json
/ add / date _ time (12) -
json
/ add / rational (12) -
json
/ add / regexp (12) -
net
/ ftp (72) -
net
/ smtp (24) - openssl (24)
- optparse (48)
- pathname (84)
- rake (36)
-
rdoc
/ rdoc (12) - resolv (24)
-
rubygems
/ command (144) -
rubygems
/ command _ manager (24) -
rubygems
/ doc _ manager (48) - un (12)
-
webrick
/ httpproxy (24) -
webrick
/ httputils (12) - win32ole (60)
- zlib (12)
クラス
- BasicObject (36)
- BigDecimal (12)
- Data (21)
- Date (12)
- DateTime (12)
- Delegator (12)
- Enumerator (31)
-
Enumerator
:: Lazy (60) -
Fiddle
:: Closure (24) -
Fiddle
:: Closure :: BlockCaller (24) -
Fiddle
:: Function (24) -
Gem
:: Command (144) -
Gem
:: CommandManager (24) -
Gem
:: DocManager (48) - Hash (6)
- IO (204)
- Method (66)
- Module (36)
-
Net
:: FTP (72) -
Net
:: SMTP (24) - NoMethodError (31)
- Object (108)
-
OpenSSL
:: Cipher :: IDEA (12) -
OpenSSL
:: Digest :: Digest (12) - OptionParser (48)
- Pathname (84)
- Proc (6)
-
Rake
:: Task (12) - Rational (12)
- Regexp (12)
-
Resolv
:: DNS (24) - String (12)
- Struct (48)
- UnboundMethod (12)
-
WEBrick
:: HTTPUtils :: FormData (12) - WIN32OLE (48)
-
WIN32OLE
_ EVENT (12) -
Zlib
:: GzipWriter (12)
モジュール
-
CGI
:: QueryExtension (12) -
CGI
:: QueryExtension :: Value (12) - Enumerable (24)
- Kernel (120)
- Process (12)
-
Rake
:: TaskManager (24) -
RubyVM
:: AbstractSyntaxTree (30)
オブジェクト
-
WEBrick
:: NullReader (24)
キーワード
- % (12)
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - === (8)
- DRbProtocol (12)
- RDoc (12)
- Ruby プログラムの実行 (12)
- [] (42)
-
_ _ send _ _ (24) -
_ getproperty (12) -
_ invoke (12) -
_ setproperty (12) -
add
_ common _ option (12) -
add
_ extra _ args (12) -
add
_ specific _ extra _ args (12) -
bind
_ call (12) - binread (12)
- bmcall (12)
-
build
_ args (12) -
build
_ args= (12) - call (48)
- caller (36)
-
class
_ exec (12) -
configured
_ args (12) -
configured
_ args= (12) -
create
_ rule (12) - curry (22)
- define (6)
-
define
_ task (24) - dir (24)
-
each
_ with _ index (24) -
enum
_ for (48) -
eval
_ under _ i (12) - exec (36)
-
exec
_ under (12) -
extra
_ args (12) -
extra
_ args= (12) - gets (12)
- handler= (12)
- handles? (12)
- include? (12)
- invoke (12)
- list (24)
- ls (24)
-
method
_ missing (36) - mkdir (12)
- mkmf (12)
-
module
_ exec (12) - new (152)
- of (10)
- open (48)
- order (48)
- parse (10)
-
parse
_ file (10) - popen (168)
- printf (12)
-
proc
_ yield (12) -
process
_ args (12) -
public
_ send (24) -
rb
_ apply (12) -
rb
_ define _ method (12) -
rb
_ funcall (12) -
rb
_ funcall2 (12) -
rb
_ thread _ initialize (12) -
rb
_ thread _ start (12) - read (60)
- readlines (12)
- ready (12)
-
respond
_ to _ missing? (12) -
ret
_ args (12) -
ruby 1
. 9 feature (12) -
ruby2
_ keywords (18) -
ruby2
_ keywords _ hash? (6) -
rubygems
/ commands / pristine _ command (12) -
rubygems
/ commands / rdoc _ command (12) - run (12)
-
run
_ rdoc (12) - send (24)
- spawn (24)
-
specific
_ extra _ args (12) -
specific
_ extra _ args _ hash (12) - system (24)
-
to
_ enum (48) -
to
_ json (60) - umcall (12)
- with (3)
-
with
_ index (36) - クラス/メソッドの定義 (12)
検索結果
先頭5件
-
NoMethodError
# args -> [object] (21107.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]... -
Fiddle
:: Closure # args -> [Integer] (21101.0) -
引数の型を表す配列を返します。
引数の型を表す配列を返します。 -
Gem
:: Command # add _ extra _ args(args) -> Array (12308.0) -
$HOME/.gemrc から読み込んだ引数を追加します。
...$HOME/.gemrc から読み込んだ引数を追加します。
@param args 追加する引数を配列で指定します。... -
Gem
:: Command . add _ specific _ extra _ args(cmd , args) (12308.0) -
与えられたコマンドに対応する追加の引数を追加します。
...与えられたコマンドに対応する追加の引数を追加します。
@param cmd コマンド名を指定します。
@param args 追加の引数を配列か、空白で区切った文字列で指定します。... -
Gem
:: DocManager . configured _ args=(args) (12308.0) -
RDoc に渡す引数をセットします。
...RDoc に渡す引数をセットします。
@param args 文字列の配列か空白区切りの文字列を指定します。... -
Gem
:: Command . build _ args -> Array (12201.0) -
Gem をビルドするときに使用するパラメータを返します。
Gem をビルドするときに使用するパラメータを返します。 -
Gem
:: Command . build _ args=(value) (12201.0) -
Gem をビルドするときに使用するパラメータをセットします。
Gem をビルドするときに使用するパラメータをセットします。
@param value Gem をビルドするときに使用するパラメータを指定します。 -
Gem
:: DocManager . configured _ args -> Array (12201.0) -
RDoc に渡す引数を返します。
...RDoc に渡す引数を返します。... -
Gem
:: CommandManager # process _ args(args) -> () (9224.0) -
引数 args を処理して gem コマンドを実行するために必要な処理を行います。
...引数 args を処理して gem コマンドを実行するために必要な処理を行います。
@param args コマンドラインから受け取った引数を指定します。...