るりまサーチ

最速Rubyリファレンスマニュアル検索!
5059件ヒット [5001-5059件を表示] (0.026秒)

別のキーワード

  1. _builtin all?
  2. pop delete_all
  3. pop3 delete_all
  4. net/pop delete_all
  5. pop all

クラス

キーワード

検索結果

<< < ... 49 50 51 >>

rubygems/commands/lock_command (6.0)

指定された特定のバージョンの Gem パッケージに依存する Gem を使用するために 必要な Kernel#gem メソッドの呼び出し方法を文字列で出力します。

...ll specify exact
versions in the requirements list to ensure that the gems loaded will always
be consistent. A full recursive search of all effected gems will be
generated.

Example:

gemlock rails-1.0.0 > lockdown.rb

will produce in lockdown...
...rb is loaded *before* any
other require statements.

Notice that rails 1.0.0 only requires that rake 0.6.2 or better be used.
Rake-0.7.0.1 is the most recent version installed that satisfies that, so we
lock it down to the exact version.
Defaults:
--no-strict...

rubygems/commands/query_command (6.0)

Gem パッケージの情報を検索するためのライブラリです。

...m パッケージの情報を検索するためのライブラリです。

Usage: gem query [options]
Options:
-i, --[no-]installed Check for installed gem
-v, --version VERSION Specify version of gem to query
-n, --name-matches REGEXP 与えられた正...
...Gem パッケージの詳細を表示します
--[no-]versions Gem パッケージ名のみ表示します
-a, --all 見つかった Gem パッケージの全てのバージョンを表示します
Local/Remote Options:
-l, --local...
...バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Summary:
Gem パッケージの情報を検索します
Defaults:
--local --name-matches // --no-details --versions --no-installed...

rubygems/commands/rdoc_command (6.0)

RDoc と ri のライブラリを生成するためのライブラリです。

...RDoc と ri のライブラリを生成するためのライブラリです。

Usage: gem rdoc [args] [options]
Options:
--all インストールされている全ての Gem パッケージの
RDoc/RI ドキュメント...

rubygems/commands/sources_command (6.0)

Gem パッケージの取得元の情報を管理するためのライブラリです。

...URCE_URI 取得元を削除します
-u, --update 取得元のキャッシュを更新します
-c, --clear-all 全ての取得元を削除し、キャッシュもクリアします
Common Options:
-h, --help...

test/unit (6.0)

ユニットテストを行うためのライブラリです。

...n pattern.
--jobs-status [TYPE] Show status of jobs every file; Disabled when --jobs isn't specified.
-j, --jobs N Allow run tests with N jobs at once
--no-retry Don't retry running testcase when --jobs specified
--rub...
...ら単体テストの高速化のために、並列実行がサポートされました。

並列化の仕組みについては以下の記事をご覧ください。

* Rubyist Magazine 0033 号 詳解! test-all 並列化: https://magazine.rubyist.net/articles/0033/0033-ParallelizeTestAll.html...

絞り込み条件を変える

xmlrpc (6.0)

XML-RPC を扱うためのライブラリです。

...er the same term of license as Ruby.

=== Overview

XMLRPC is a lightweight protocol that enables remote procedure calls over
HTTP. It is defined at http://www.xmlrpc.com.

XMLRPC allows you to create simple distributed computing solutions that span
computer languages. Its distinctive feature is i...
...'xmlrpc' enables you to create a server that
implements remote procedures and a client that calls them. Very little code
is required to achieve either of these.

=== Example

Try the following code. It calls a standard demonstration remote procedure.

require 'xmlrpc/client'
require 'pp'

se...
...erver.call("sample.sumAndDifference", 5, 3)
pp result

=== Documentation

See http://www.ntecs.de/projects/xmlrpc4r. There is plenty of detail there to
use the client and implement a server.

=== Features of XMLRPC for Ruby

* Extensions
* Introspection
* multiCall
* optionally nil...

Shell#check_point (1.0)

@todo

@todo

Shell::CommandProcessor#check_point (1.0)

@todo

@todo

Shell::Filter#check_point (1.0)

@todo

@todo
<< < ... 49 50 51 >>