1932件ヒット
[1-100件を表示]
(0.071秒)
別のキーワード
種類
ライブラリ
- ビルトイン (902)
- continuation (12)
- csv (12)
- drb (12)
- fiber (8)
- fiddle (24)
-
json
/ add / complex (12) -
json
/ add / exception (12) -
json
/ add / ostruct (12) -
json
/ add / regexp (12) -
minitest
/ mock (1) -
minitest
/ unit (1) -
net
/ ftp (72) -
net
/ smtp (24) - openssl (60)
- optparse (120)
- pathname (168)
- rake (24)
- resolv (24)
- ripper (24)
-
rubygems
/ command (60) -
rubygems
/ command _ manager (12) -
rubygems
/ doc _ manager (12) -
rubygems
/ source _ info _ cache (12) -
rubygems
/ specification (12) -
rubygems
/ user _ interaction (12) - set (18)
-
webrick
/ httputils (12) - win32ole (60)
- zlib (48)
クラス
- BasicObject (12)
-
CSV
:: Row (12) - Complex (12)
- Data (21)
- Enumerator (98)
-
Enumerator
:: Lazy (48) - Exception (12)
- Fiber (12)
-
Fiddle
:: Function (24) -
Gem
:: Command (60) -
Gem
:: CommandManager (12) -
Gem
:: DocManager (12) -
Gem
:: SourceInfoCache (12) -
Gem
:: Specification (12) -
Gem
:: StreamUI (12) - IO (204)
- Method (22)
-
MiniTest
:: Mock (1) -
MiniTest
:: Unit (1) - Module (24)
-
Net
:: FTP (72) -
Net
:: SMTP (24) - NoMethodError (31)
- Object (120)
-
OpenSSL
:: Cipher :: IDEA (12) -
OpenSSL
:: Cipher :: RC5 (12) -
OpenSSL
:: Digest :: Digest (12) - OpenStruct (12)
- OptionParser (96)
-
OptionParser
:: ParseError (24) - Pathname (168)
- Proc (6)
- Regexp (12)
-
Resolv
:: DNS (24) - Ripper (24)
- String (12)
- Struct (48)
-
WEBrick
:: HTTPUtils :: FormData (12) - WIN32OLE (60)
-
Zlib
:: GzipFile (36) -
Zlib
:: GzipWriter (12)
モジュール
- Enumerable (48)
- Kernel (180)
-
OpenSSL
:: Buffering (24) - Process (12)
- Rake (12)
-
Rake
:: TaskManager (12) -
RubyVM
:: AbstractSyntaxTree (30)
キーワード
- % (12)
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - Continuation (12)
- DRbProtocol (12)
-
EMPTY
_ TASK _ ARGS (12) -
NEWS for Ruby 2
. 7 . 0 (6) - Ruby プログラムの実行 (12)
- [] (18)
-
_ getproperty (12) -
_ invoke (12) -
_ setproperty (12) -
add
_ common _ option (12) -
add
_ specific _ extra _ args (12) - attributes (12)
- binread (12)
- binwrite (12)
- call (12)
- caller (36)
-
class
_ exec (12) -
create
_ rule (12) - curry (22)
- define (6)
- dir (24)
- each (48)
-
each
_ line (24) -
each
_ with _ index (24) -
enum
_ for (48) - exec (60)
- expect (1)
- fnmatch (12)
- fnmatch? (12)
- initialize (12)
- join (12)
- list (24)
- ls (24)
-
method
_ missing (12) - mkdir (12)
-
module
_ exec (12) - new (159)
-
next
_ values (12) - of (10)
- open (60)
- order (48)
- parse (34)
-
parse
_ file (10) - permute (24)
- popen (168)
- print (12)
- printf (24)
-
proc
_ call (12) -
proc
_ invoke (12) -
proc
_ yield (12) -
process
_ args (13) -
progress
_ reporter (12) -
public
_ send (24) - push (12)
-
rb
_ apply (12) - read (48)
- readlines (12)
- ready (12)
- recover (12)
-
respond
_ to _ missing? (12) -
rexml
/ parsers / sax2parser (12) -
rexml
/ parsers / streamparser (12) -
ruby 1
. 9 feature (12) -
ruby2
_ keywords (6) -
rubygems
/ commands / pristine _ command (12) - search (12)
- send (24)
- setproperty (24)
- spawn (48)
-
specific
_ extra _ args (12) -
specific
_ extra _ args _ hash (12) - sysopen (12)
- system (48)
-
to
_ enum (48) -
to
_ json (48) -
to
_ set (24) - transfer (12)
- warn (12)
- warning (12)
- with (3)
-
with
_ index (24) - wrap (12)
- クラス/メソッドの定義 (12)
検索結果
先頭5件
-
static VALUE proc
_ invoke(VALUE proc , VALUE args , int pcall , VALUE self) (26316.0) -
Proc オブジェクト proc を起動します。そのとき 引数を args とし、self を self にします。
...
Proc オブジェクト proc を起動します。そのとき
引数を args とし、self を self にします。... -
static VALUE proc
_ call(VALUE proc , VALUE args) (26300.0) -
-
static VALUE proc
_ yield(VALUE proc , VALUE args) (26300.0) -
Proc.yield の実体。
...
Proc.yield の実体。... -
OptionParser
:: ParseError # args -> Array (21101.0) -
エラーのあったオプションの一覧を配列で返します。
エラーのあったオプションの一覧を配列で返します。
@return エラーのあったオプションの一覧。 -
NoMethodError
# args -> [object] (18125.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]... -
Pathname
# expand _ path(default _ dir = & # 39; . & # 39;) -> Pathname (15316.0) -
Pathname.new(File.expand_path(self.to_s, *args)) と同じです。
...Pathname.new(File.expand_path(self.to_s, *args)) と同じです。
@param default_dir self が相対パスであれば default_dir を基準に展開されます。
//emlist[例][ruby]{
require "pathname"
path = Pathname("testfile")
Pathname.pwd # => #<Pathname:/path/to>
path.expand_......path # => #<Pathname:/path/to/testfile>
path.expand_path("../") # => #<Pathname:/path/testfile>
//}
@see File.expand_path... -
Gem
:: CommandManager # process _ args(args) -> () (12324.0) -
引数 args を処理して gem コマンドを実行するために必要な処理を行います。
...引数 args を処理して gem コマンドを実行するために必要な処理を行います。
@param args コマンドラインから受け取った引数を指定します。... -
Gem
:: Command . add _ specific _ extra _ args(cmd , args) (12308.0) -
与えられたコマンドに対応する追加の引数を追加します。
...与えられたコマンドに対応する追加の引数を追加します。
@param cmd コマンド名を指定します。
@param args 追加の引数を配列か、空白で区切った文字列で指定します。... -
MiniTest
:: Unit # process _ args(args = []) -> Hash (12308.0) -
optparse を使ってコマンドライン引数を解析した結果を返します。
...optparse を使ってコマンドライン引数を解析した結果を返します。
@param args コマンドライン引数を指定します。
@see optparse... -
Gem
:: Command . specific _ extra _ args(cmd) -> Array (12201.0) -
与えられたコマンドに対応する追加の引数を返します。
...与えられたコマンドに対応する追加の引数を返します。
特別な追加引数はプログラムの開始時に Gem の設定ファイルから読み込まれます。
@param cmd コマンド名を指定します。...