るりまサーチ

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

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

キーワード

検索結果

<< 1 2 3 ... > >>

rubygems/commands/dependency_command (24121.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...
...ます
-
B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default 1000)
-
-source URL Gem パッケージのリモートリポジトリの URL を指定します
-
-[no-]http-proxy [URL]...

rubygems/commands/generate_index_command (24031.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...

irb/extend-command (24001.0)

irb を拡張するためのサブライブラリです。

...irb を拡張するためのサブライブラリです。...

shell/process-controller (24001.0)

プロセスを制御するためのクラスを定義したライブラリです。

プロセスを制御するためのクラスを定義したライブラリです。

rubygems/commands/install_command (18205.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...
...ル時に RDoc を生成します
-
-[no-]ri インストール時に RI ドキュメントを生成します
-
E, --[no-]env-shebang インストールするスクリプトの shebang line を書き換えます(/usr/bin/env)
-
f, --[no-]force...

絞り込み条件を変える

rubygems/commands/query_command (18139.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...
...ions:
-
l, --local 操作をローカルに限定します
-
r, --remote 操作をリモートに限定します
-
b, --both ローカルとリモートの両方の操作を許可します
-
B, --bulk-threshold COUNT...

rubygems/commands/list_command (18109.0)

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

...TRING] [options]
Options:
-
i, --[no-]installed Check for installed gem
-
v, --version VERSION 指定されたバージョンの一覧を出力します
-
d, --[no-]details Gem パッケージの詳細も表示します
-
-[no-]version...
...ます
-
a, --all 全ての Gem パッケージを表示します
Local/Remote Options:
-
l, --local 操作をローカルに限定します
-
r, --remote 操作をリモートに限定します
-
b, --both...
...ます
-
B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default 1000)
-
-source URL Gem パッケージのリモートリポジトリの URL を指定します
-
-[no-]http-proxy [URL]...

rubygems/commands/search_command (18109.0)

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

...arch [STRING] [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 onl...
...y gem names
-
a, --all Display all gem versions
Local/Remote Options:
-
l, --local 操作をローカルに限定します
-
r, --remote 操作をリモートに限定します
-
b, --both...
...ます
-
B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default 1000)
-
-source URL Gem パッケージのリモートリポジトリの URL を指定します
-
-[no-]http-proxy [URL]...

open-uri (18097.0)

http/ftp に簡単にアクセスするためのクラスです。 Kernel.#open を再定義します。

...です。
Kernel.#open を再定義します。

=== 使用例

http/ftp の URL を、普通のファイルのように開けます。

r
equire 'open-uri'
open("http://www.ruby-lang.org/") {|f|
f.each_line {|line| p line}
}

開いたファイルオブジェクトは StringIO もしくは...
...OpenURI::Meta モジュールで拡張されていて、メタ情報を獲得する
メソッドが使えます。

r
equire 'open-uri'
open("http://www.ruby-lang.org/en") {|f|
f.each_line {|line| p line}
p f.base_uri # <URI::HTTP:0x40e6ef2 URL:http://www.ruby-lang.org/en/>
p...
...ontent_type # "text/html"
p f.charset # "iso-8859-1"
p f.content_encoding # []
p f.last_modified # Thu Dec 05 02:45:02 UTC 2002
}

ハッシュ引数で、追加のヘッダフィールドを指定できます。

r
equire 'open-uri'
open("http://www.ruby-lang.org/en...
...用例

http/ftp の URL を、普通のファイルのように開けます。

r
equire 'open-uri'
URI.open("http://www.ruby-lang.org/") {|f|
f.each_line {|line| p line}
}

開いたファイルオブジェクトは StringIO もしくは Tempfile で
すが OpenURI::Meta モジュール...
...す。

r
equire 'open-uri'
URI.open("http://www.ruby-lang.org/en") {|f|
f.each_line {|line| p line}
p f.base_uri # <URI::HTTP:0x40e6ef2 URL:http://www.ruby-lang.org/en/>
p f.content_type # "text/html"
p f.charset # "iso-8859-1"
p f.content_encoding # []...
...ールドを指定できます。

r
equire 'open-uri'
URI.open("http://www.ruby-lang.org/en/",
"User-Agent" => "Ruby/#{RUBY_VERSION}",
"From" => "foo@bar.invalid",
"Referer" => "http://www.ruby-lang.org/") {|f|
...
}

http_proxy, ftp_proxy, no_proxy などの環境変数は、...

rubygems/commands/uninstall_command (18091.0)

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

...: 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 Uninstall a...
...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
-
-platform PLATFORM Specify the platform of gem to uninst...
...all
Common Options:
-
h, --help このコマンドのヘルプを表示します
-
V, --[no-]verbose 表示を詳細にします
-
q, --quiet 静かに実行します
-
-config-file FILE 指定された設...

絞り込み条件を変える

<< 1 2 3 ... > >>