るりまサーチ

最速Rubyリファレンスマニュアル検索!
319件ヒット [201-300件を表示] (0.030秒)
トップページ > クエリ:to[x] > クエリ:debug[x]

別のキーワード

  1. _builtin to_s
  2. openssl to_der
  3. openssl to_s
  4. _builtin to_a
  5. openssl to_pem

検索結果

<< < 1 2 3 4 > >>

rubygems/commands/specification_command (24.0)

指定された Gem パッケージの gemspec の情報を YAML 形式で表示するためのライブラリです。

...m specification [GEMFILE] [options]
Options:
-v, --version VERSION Specify version of gem to examine
--platform PLATFORM Specify the platform of gem to specification
--all Output specifications for all versions of...
...ローカルとリモートの両方の操作を許可します
-B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default 1000)
--source URL Gem パッケージのリモー...
...指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Arguments:
GEMFILE gemspec を表示する Gem...

rubygems/commands/mirror_command (18.0)

リモートリポジトリをローカルリポジトリにミラーするためのライブラリです。

...指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Summary:
Gem リポジトリをミラーします...
...す。設定ファイルは YAML で以下のように書きます。

---
- from: http://gems.example.com # source repository URI
to
: /path/to/mirror # destination directory

複数の取得元と配置先を指定することができます。...

rubygems/commands/query_command (18.0)

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

...m query [options]
Options:
-i, --[no-]installed Check for installed gem
-v, --version VERSION Specify version of gem to query
-n, --name-matches REGEXP 与えられた正規表現にマッチする Gem パッケージを...
...ローカルとリモートの両方の操作を許可します
-B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default 1000)
--source URL Gem パッケージのリモー...
...指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Summary:
Gem パッケージの情報を検索します...

rubygems/commands/search_command (18.0)

指定された文字列を含む Gem パッケージを全て表示するためのライブラリです。

...] [options]
Options:
-i, --[no-]installed Check for installed gem
-v, --version VERSION Specify version of gem to search
-d, --[no-]details Display detailed information of gem(s)
--[no-]versions Display only gem names...
...ローカルとリモートの両方の操作を許可します
-B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default 1000)
--source URL Gem パッケージのリモー...
...指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Arguments:
STRING 検索したい Gem パッ...

制御構造 (18.0)

制御構造 条件分岐: * if * unless * case 繰り返し: * while * until * for * break * next * redo * retry 例外処理: * raise * begin その他: * return * BEGIN * END

...

//emlist[][ruby]{
$_ =~ リテラル
//}

であるかのように評価されます。

==== if 修飾子

//emlist[例][ruby]{
print "debug\n" if $DEBUG
//}

文法:

式 if 式

右辺の条件が成立する時に、左辺の式を評価してその結果を返します。
条件...
...下の
式を評価します。unless 式にelsif を指定することはできませ
ん。

==== unless 修飾子

//emlist[例][ruby]{
print "stop\n" unless valid(passwd)
//}

文法:

式 unless 式

右辺の条件が成立しない時に、左辺の式を評価してその結果を...
...定義されている関数的メソッドです。

====[a:begin] begin

//emlist[例][ruby]{
begin
do_something
rescue
recover
ensure
must_to_do
end
//}

文法:

begin
式..
[rescue [error_type,..] [=> evar] [then]
式..]..
[else...

絞り込み条件を変える

rubygems/commands/dependency_command (12.0)

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

...ローカルとリモートの両方の操作を許可します
-B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default 1000)
--source URL Gem パッケージのリモー...
...指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Arguments:
GEMNAME 依存関係を表示する...

rubygems/commands/fetch_command (12.0)

Gem パッケージをダウンロードしてカレントディレクトリに保存するためのライブラリです。

...されたプラットフォームの Gem を取得します
Local/Remote Options:
-B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default 1000)
-p, --[no-]http-proxy [URL] リモートの操作に HTTP プ...
...指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Arguments:
GEMNAME ダウンロードする Ge...

rubygems/commands/install_command (12.0)

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

...ローカルとリモートの両方の操作を許可します
-B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default 1000)
--source URL Gem パッケージのリモー...
...指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Arguments:
GEMNAME インストールする Ge...

rubygems/commands/list_command (12.0)

Gem パッケージの名前を前方一致で検索するためのライブラリです。

...ローカルとリモートの両方の操作を許可します
-B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default 1000)
--source URL Gem パッケージのリモー...
...指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Arguments:
STRING 探したい Gem の名前...
<< < 1 2 3 4 > >>