るりまサーチ

最速Rubyリファレンスマニュアル検索!
221件ヒット [1-100件を表示] (0.130秒)
トップページ > クエリ:I[x] > クエリ:IN[x] > クエリ:usage[x]

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. csv to_i
  5. _builtin i

検索結果

<< 1 2 3 > >>

IRB.print_usage -> () (38301.0)

irb コマンドのヘルプを表示します。

...
i
rb コマンドのヘルプを表示します。...

rinda/rinda (24012.0)

Rubyで実装されたタプルスペース(Tuple Space)を扱うためのライブラリです。

...対しては、タプルを書き込む(write)、取り出す(take)、
タプルの要素を覗き見る(read)
という操作のみが利用できます。可能な操作を限定し、定型化することで
安全な同期処理を実現します。rinda においてはタプルとは
配列も...
...ースそのものの実装は rinda/tuplespace でなされています。
このライブラリはタプルスペースへのアクセス機能等を提供します。

=== 参考
* http://www.druby.org/ilikeruby/rinda.html
* http://www2a.biglobe.ne.jp/~seki/ruby/d208.html

===[a:tuplepattern]...
...ire 'drb/drb'
require 'rinda/tuplespace'

uri = ARGV.shift
DRb.start_service(uri, Rinda::TupleSpace.new)
puts DRb.uri
DRb.thread.join


# rindas.rb
require 'drb/drb'
require 'rinda/rinda'

def do_it(v)
puts "do_it(#{v})"
v + v
end

uri = ARGV.shift || raise("usage...

Gem::Commands::BuildCommand#usage -> String (21301.0)

使用方法を表す文字列を返します。

使用方法を表す文字列を返します。

Net::IMAP::MailboxQuota#usage -> Integer (21301.0)

現在のメールボックス内の使用量を返します。

現在のメールボックス内の使用量を返します。

Gem::Command#usage -> String (18301.0)

このメソッドはサブクラスで再定義されます。 個々の gem コマンドの使用方法を返します。

このメソッドはサブクラスで再定義されます。
個々の gem コマンドの使用方法を返します。

絞り込み条件を変える

Gem::Commands::DependencyCommand#usage -> String (18301.0)

使用方法を表す文字列を返します。

使用方法を表す文字列を返します。

OpenSSL::X509::V_ERR_KEYUSAGE_NO_CERTSIGN -> Integer (12300.0)

署名できない証明書で署名しようしとたことを意味します。

署名できない証明書で署名しようしとたことを意味します。

OpenSSL::X509::Store#error や
OpenSSL::X509::StoreContext#error のエラーコードとして
使われます。

rubygems/commands/uninstall_command (12018.0)

Gem パッケージをアンインストールするためのライブラリです。

...

Usage
: gem uninstall GEMNAME [GEMNAME ...] [options]
Options:
-a, --[no-]all Uninstall all matching versions
-I, --[no-]ignore-dependencies Ignore dependency requirements while
uninstalling
-x, --[no-]executables Unin...
...all applicable executables without
confirmation
-i, --install-dir DIR Directory to uninstall gem from
-n, --bindir DIR Directory to remove binaries from
-v, --version VERSION Specify version of gem to uninstall...
...ecify the platform of gem to uninstall
Common Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を詳細にします
-q, --quiet 静かに実行します
--config-fil...

rubygems/commands/generate_index_command (12012.0)

ある Gem サーバに対するインデックスを作成するためのライブラリです。

...対するインデックスを作成するためのライブラリです。

Usage
: gem generate_index [options]
Options:
-d, --directory=DIRNAME repository base dir containing gems subdir
Common Options:
-h, --help このコマンドのヘルプ...
...を表示します
-V, --[no-]verbose 表示を詳細にします
-q, --quiet 静かに実行します
--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレー...
...s the index files for a gem server directory
Description:
The generate_index command creates a set of indexes for serving gems
statically. The command expects a 'gems' directory under the path given to
the --directory option. When done, it will generate a set of files like...

rubygems/commands/install_command (12012.0)

Gem パッケージをローカルリポジトリにインストールするためのライブラリです。

...ライブラリです。

Usage
: gem install GEMNAME [GEMNAME ...] [options] -- --build-flags [options]
Options:
--platform PLATFORM 指定されたプラットフォームの Gem パッケージをインストールします
-v, --version VERSION 指定さ...
...れたバージョンの Gem パッケージをインストールします
In
stall/Update Options:
-i, --install-dir DIR Gem パッケージのインストー先を指定します
-n, --bindir DIR Gem パッケージに含まれるバイナリファイル...
...RDoc を生成します
--[no-]ri インストール時に RI ドキュメントを生成します
-E, --[no-]env-shebang インストールするスクリプトの shebang line を書き換えます(/usr/bin/env)
-f, --[no-]force...

絞り込み条件を変える

<< 1 2 3 > >>