るりまサーチ

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

別のキーワード

  1. _builtin to_r
  2. open3 pipeline_r
  3. matrix elements_to_r
  4. fileutils rm_r
  5. fileutils cp_r

ライブラリ

クラス

オブジェクト

キーワード

検索結果

<< 1 2 3 ... > >>

rubygems/commands/dependency_command (30126.0)

インストールされている Gem パッケージの依存関係を表示するためのライブラリです。

...: gem dependency GEMNAME [options]
Options:
-
v, --version VERSION 指定したバージョンの依存関係を表示します
-
-platform PLATFORM 指定したプラットフォームの依存関係を表示します
-
R, --[no-]reverse-dependencies こ...
...表示します
-
p, --pipe Pipe Format (name --version ver)
Local/Remote Options:
-
l, --local 操作をローカルに限定します
-
r, --remote 操作をリモートに限定します
-
b, --both...
...します
-
q, --quiet 静かに実行します
-
-config-file FILE 指定された設定ファイルを使用します
-
-backtrace バックトレースを表示します
-
-debug Ruby 自体のデ...

rubygems/commands/generate_index_command (30042.0)

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

...nerate_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 バックトレースを表示します
-
-debug Ruby 自体のデバッグオプ...
...ummary:
Generates 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...

RbConfig.ruby -> String (27417.0)

ruby コマンドのフルパスを返します。

...
ruby
コマンドのフルパスを返します。...

Gem::Specification#required_ruby_version -> Gem::Requirement (24717.0)

この Gem パッケージを動作させるのに必要な Ruby のバージョンを返します。

...この Gem パッケージを動作させるのに必要な Ruby のバージョンを返します。...

Gem::Specification#required_rubygems_version -> Gem::Requirement (24700.0)

この Gem パッケージを動作させるのに必要な RubyGems のバージョンを返します。

...この Gem パッケージを動作させるのに必要な RubyGems のバージョンを返します。...

絞り込み条件を変える

Gem.#ruby -> String (24417.0)

実行中のRubyインタプリタのパスを返します。

...実行中のRubyインタプリタのパスを返します。...

Rational#-(other) -> Rational | Float (24336.0)

差を計算します。

...差を計算します。

@param other 自身から引く数

other に Float を指定した場合は、計算結果を Float で返しま
す。

//emlist[例][ruby]{
r
= Rational(3, 4)
r
- 1 # => (-1/4)
r
- 0.5 # => 0.25
//}...

Integer#-(other) -> Numeric (24312.0)

算術演算子。差を計算します。

...算術演算子。差を計算します。

@param other 二項演算の右側の引数(対象)
@return 計算結果

//emlist[][ruby]{
4 - 1 #=> 3
//}...

rubygems/commands/install_command (24234.0)

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

...ラリです。

Usage: gem install GEMNAME [GEMNAME ...] [options] -- --build-flags [options]
Options:
-
-platform PLATFORM 指定されたプラットフォームの Gem パッケージをインストールします
-
v, --version VERSION 指定されたバ...
...します
Install/Update Options:
-
i, --install-dir DIR Gem パッケージのインストー先を指定します
-
n, --bindir DIR Gem パッケージに含まれるバイナリファイルの配置先を指定します
-
d, --[no-]rdoc...
...--ignore-dependencies 依存している Gem パッケージをインストールしません
-
y, --include-dependencies 依存している Gem パッケージをインストールします
-
-[no-]format-executable Make installed executable names match ruby....

rubygems/commands/query_command (24144.0)

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

...検索するためのライブラリです。

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 与えられた正規表現にマッチする Ge...
...
-
d, --[no-]details Gem パッケージの詳細を表示します
-
-[no-]versions Gem パッケージ名のみ表示します
-
a, --all 見つかった Gem パッケージの全てのバージョンを表示します
Local/Rem...
...します
-
q, --quiet 静かに実行します
-
-config-file FILE 指定された設定ファイルを使用します
-
-backtrace バックトレースを表示します
-
-debug Ruby 自体のデ...

絞り込み条件を変える

<< 1 2 3 ... > >>