ライブラリ
- fileutils (1)
-
irb
/ extend-command (2) -
rubygems
/ commands / build _ command (3) -
rubygems
/ commands / cert _ command (1) -
rubygems
/ commands / contents _ command (1) -
rubygems
/ commands / dependency _ command (4) -
rubygems
/ commands / environment _ command (1) -
rubygems
/ commands / fetch _ command (1) -
rubygems
/ commands / generate _ index _ command (1) -
rubygems
/ commands / help _ command (2) -
rubygems
/ commands / install _ command (1) -
rubygems
/ commands / list _ command (1) -
rubygems
/ commands / lock _ command (1) -
rubygems
/ commands / outdated _ command (1) -
rubygems
/ commands / pristine _ command (1) -
rubygems
/ commands / specification _ command (1) -
rubygems
/ commands / stale _ command (1) -
rubygems
/ commands / uninstall _ command (1) -
rubygems
/ commands / unpack _ command (1) -
rubygems
/ commands / update _ command (3) -
rubygems
/ commands / which _ command (3)
クラス
モジュール
- FileUtils (1)
-
IRB
:: ContextExtender (1) -
IRB
:: ExtendCommandBundle (1)
キーワード
- CertCommand (1)
- ContentsCommand (1)
- EXAMPLES (1)
- EXT (1)
- EnvironmentCommand (1)
- FetchCommand (1)
- GenerateIndexCommand (1)
- InstallCommand (1)
- ListCommand (1)
- OutdatedCommand (1)
- PLATFORMS (1)
- PristineCommand (1)
- SpecificationCommand (1)
- StaleCommand (1)
- UninstallCommand (1)
- UpdateCommand (1)
- arguments (2)
-
do
_ rubygems _ update (1) - execute (2)
-
find
_ paths (1) -
gem
_ paths (1) -
get
_ path (1) -
install
_ extend _ commands (2) -
print
_ dependencies (1) -
ruby 1
. 8 . 3 feature (1) -
rubygems
/ commands / cert _ command (1) -
rubygems
/ commands / check _ command (1) -
rubygems
/ commands / contents _ command (1) -
rubygems
/ commands / environment _ command (1) -
rubygems
/ commands / fetch _ command (1) -
rubygems
/ commands / generate _ index _ command (1) -
rubygems
/ commands / install _ command (1) -
rubygems
/ commands / list _ command (1) -
rubygems
/ commands / outdated _ command (1) -
rubygems
/ commands / pristine _ command (1) -
rubygems
/ commands / specification _ command (1) -
rubygems
/ commands / stale _ command (1) -
rubygems
/ commands / uninstall _ command (1) -
rubygems
/ commands / update _ command (1) -
spec
_ path (1) - usage (2)
-
which
_ to _ update (1)
検索結果
先頭5件
-
IRB
:: ContextExtender . install _ extend _ commands -> object (63604.0) -
定義済みの拡張を読み込みます。
定義済みの拡張を読み込みます。
IRB::Context で以下のメソッドが利用できるようになります。
* eval_history=
* use_tracer=
* math_mode=
* use_loader=
* save_history=
irb/extend-command が require された時にライブラリ内部で自動的
に実行されます。
@see IRB::ContextExtender.def_extend_command -
FileUtils
. commands -> Array (63322.0) -
何らかのオプションを持つメソッド名の配列を返します。
何らかのオプションを持つメソッド名の配列を返します。
//emlist[][ruby]{
require 'fileutils'
FileUtils.commands # => ["chmod", "cp", "cp_r", "install", ...]
//} -
IRB
:: ExtendCommandBundle . install _ extend _ commands -> object (45622.0) -
定義済みの拡張を読み込みます。
定義済みの拡張を読み込みます。
irb で以下のメソッドが利用できるようになります。(それぞれ 1 つだけ抜粋)
* irb_current_working_workspace
* irb_change_workspace
* irb_workspaces
* irb_push_workspace
* irb_pop_workspace
* irb_load
* irb_require
* irb_source
* irb
* irb_jobs
* irb_fg
* irb_kill
* irb_help
irb/extend-command が requir... -
Gem
:: Commands :: UpdateCommand # do _ rubygems _ update(version) (36301.0) -
RubyGems 自体を更新します。
RubyGems 自体を更新します。 -
Gem
:: Commands :: UpdateCommand # which _ to _ update(highest _ installed _ gems , gem _ names) -> Array (36301.0) -
更新が必要な Gem のリストを返します。
更新が必要な Gem のリストを返します。 -
rubygems
/ commands / install _ command (36019.0) -
Gem パッケージをローカルリポジトリにインストールするためのライブラリです。
Gem パッケージをローカルリポジトリにインストールするためのライブラリです。
Usage: gem install GEMNAME [GEMNAME ...] [options] -- --build-flags [options]
Options:
--platform PLATFORM 指定されたプラットフォームの Gem パッケージをインストールします
-v, --version VERSION 指定されたバージョンの Gem パッケージをインストールします
Install/Update Op... -
rubygems
/ commands / pristine _ command (36019.0) -
インストールされている Gem パッケージを初期状態にするためのライブラリです。
インストールされている Gem パッケージを初期状態にするためのライブラリです。
Usage: gem pristine [args] [options]
Options:
--all インストールされている全ての Gem パッケージを
初期状態に戻します
-v, --version VERSION 指定したバージョンの Gem パッケージを
... -
rubygems
/ commands / cert _ command (36001.0) -
Gem パッケージの証明書や署名の設定を管理するためのライブラリです。
Gem パッケージの証明書や署名の設定を管理するためのライブラリです。
Usage: gem cert [options]
Options:
-a, --add CERT 信頼された証明書を追加します
-l, --list 信頼されている証明書の一覧を表示します
-r, --remove STRING STRING を含む証明書を削除します
-b, --build EMAIL_ADDR EMAIL_ADDR ... -
rubygems
/ commands / contents _ command (36001.0) -
インストールされている Gem パッケージに含まれているファイルリストを表示するためのライブラリです。
インストールされている Gem パッケージに含まれているファイルリストを表示するためのライブラリです。
Usage: gem contents GEMNAME [options]
Options:
-v, --version VERSION 指定されたバージョンの Gem パッケージの内容を表示します
-s, --spec-dir a,b,c 指定されたパス以下にある Gem パッケージを検索します
-l, --[no-]lib-only Gem パッケージの lib ディ... -
rubygems
/ commands / environment _ command (36001.0) -
RubyGems の環境に関する情報を表示するためのライブラリです。
RubyGems の環境に関する情報を表示するためのライブラリです。
Usage: gem environment [arg] [options]
Common Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を詳細にします
-q, --quiet 静かに実行します
--config-file FILE 指定された設定ファイル... -
rubygems
/ commands / fetch _ command (36001.0) -
Gem パッケージをダウンロードしてカレントディレクトリに保存するためのライブラリです。
Gem パッケージをダウンロードしてカレントディレクトリに保存するためのライブラリです。
Usage: gem fetch GEMNAME [GEMNAME ...] [options]
Options:
-v, --version VERSION 指定されたバージョンの Gem を取得します
--platform PLATFORM 指定されたプラットフォームの Gem を取得します
Local/Remote Options:
-B, --bulk-threshold COUNT ... -
rubygems
/ commands / generate _ index _ command (36001.0) -
ある Gem サーバに対するインデックスを作成するためのライブラリです。
ある Gem サーバに対するインデックスを作成するためのライブラリです。
Usage: gem generate_index [options]
Options:
-d, --directory=DIRNAME repository base dir containing gems subdir
Common Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を詳細にします
... -
rubygems
/ commands / list _ command (36001.0) -
Gem パッケージの名前を前方一致で検索するためのライブラリです。
Gem パッケージの名前を前方一致で検索するためのライブラリです。
Usage: gem list [STRING] [options]
Options:
-i, --[no-]installed Check for installed gem
-v, --version VERSION 指定されたバージョンの一覧を出力します
-d, --[no-]details Gem パッケージの詳細も表示します
--[no-]versions ... -
rubygems
/ commands / outdated _ command (36001.0) -
更新が必要な Gem パッケージの一覧を出力するためのライブラリです。
更新が必要な Gem パッケージの一覧を出力するためのライブラリです。
Usage: gem outdated [options]
Options:
--platform PLATFORM 指定されたプラットフォームに関する情報を表示します
Local/Remote Options:
-l, --local 操作をローカルに限定します
-r, --remote 操作をリモートに限定します
-b, --both ... -
rubygems
/ commands / specification _ command (36001.0) -
指定された Gem パッケージの gemspec の情報を YAML 形式で表示するためのライブラリです。
指定された Gem パッケージの gemspec の情報を YAML 形式で表示するためのライブラリです。
Usage: gem specification [GEMFILE] [options]
Options:
-v, --version VERSION Specify version of gem to examine
--platform PLATFORM Specify the platform of gem to specification
--all ... -
rubygems
/ commands / stale _ command (36001.0) -
インストールされている Gem パッケージの一覧をアクセス時刻とともに表示するための ライブラリです。
インストールされている Gem パッケージの一覧をアクセス時刻とともに表示するための
ライブラリです。 -
rubygems
/ commands / uninstall _ command (36001.0) -
Gem パッケージをアンインストールするためのライブラリです。
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, --... -
rubygems
/ commands / update _ command (36001.0) -
ローカルリポジトリにインストールされている Gem パッケージを更新するためのライブラリです。
ローカルリポジトリにインストールされている Gem パッケージを更新するためのライブラリです。 -
Gem
:: Commands :: BuildCommand # arguments -> String (27301.0) -
引数の説明を表す文字列を返します。
引数の説明を表す文字列を返します。 -
Gem
:: Commands :: BuildCommand # execute -> () (27301.0) -
コマンドを実行します。
コマンドを実行します。 -
Gem
:: Commands :: DependencyCommand # arguments -> String (27301.0) -
引数の説明を表す文字列を返します。
引数の説明を表す文字列を返します。 -
Gem
:: Commands :: DependencyCommand # execute -> () (27301.0) -
コマンドを実行します。
コマンドを実行します。 -
Gem
:: Commands :: DependencyCommand # print _ dependencies(spec , level = 0) -> String (27301.0) -
依存関係を表す文字列を返します。
依存関係を表す文字列を返します。
@param spec Gem::Specification のインスタンスを指定します。
@param level 依存関係の深さを指定します。 -
Gem
:: Commands :: HelpCommand :: PLATFORMS -> String (27301.0) -
プラットフォームに関する記述を格納している文字列です。
プラットフォームに関する記述を格納している文字列です。 -
Gem
:: Commands :: LockCommand # spec _ path(gem _ full _ name) -> String (27301.0) -
指定された Gem パッケージの gemspec ファイルのフルパスを返します。
指定された Gem パッケージの gemspec ファイルのフルパスを返します。
@param gem_full_name Gem パッケージの名前を指定します。 -
Gem
:: Commands :: UnpackCommand # get _ path(gemname , version _ req) -> String | nil (27301.0) -
引数で指定された条件にマッチする Gem パッケージを保存しているパスを返します。
引数で指定された条件にマッチする Gem パッケージを保存しているパスを返します。
@param gemname Gem パッケージの名前を指定します。
@param version_req バージョンの満たすべき条件を文字列で指定します。 -
Gem
:: Commands :: WhichCommand # find _ paths(package _ name , dirs) -> Array (27301.0) -
dirs から package_name という名前を持つファイルを探索します。
dirs から package_name という名前を持つファイルを探索します。
以下の拡張子を持つファイルが対象です。
%w[.rb .rbw .so .dll .bundle]
@param package_name ファイルの名前を指定します。
@param dirs 探索するディレクトリを文字列の配列で指定します。 -
Gem
:: Commands :: WhichCommand # gem _ paths(spec) -> Array (27301.0) -
与えられた Gem::Specification のインスタンスからその Gem が require するファイルのあるディレクトリをまとめて返します。
与えられた Gem::Specification のインスタンスからその Gem が
require するファイルのあるディレクトリをまとめて返します。
@param spec Gem::Specification のインスタンスを指定します。 -
Gem
:: Commands :: WhichCommand :: EXT -> [String] (27301.0) -
拡張子を表す配列です。
拡張子を表す配列です。
%w[.rb .rbw .so .dll .bundle] -
Gem
:: Commands :: CertCommand (27001.0) -
Gem パッケージの証明書や書名の設定を管理するためのクラスです。
Gem パッケージの証明書や書名の設定を管理するためのクラスです。 -
Gem
:: Commands :: ContentsCommand (27001.0) -
インストールされている Gem パッケージに含まれているファイルリストを表示するためのクラスです。
インストールされている Gem パッケージに含まれているファイルリストを表示するためのクラスです。 -
Gem
:: Commands :: EnvironmentCommand (27001.0) -
RubyGems の環境に関する情報を表示するためのクラスです。
RubyGems の環境に関する情報を表示するためのクラスです。 -
Gem
:: Commands :: FetchCommand (27001.0) -
Gem パッケージをダウンロードしてカレントディレクトリに保存するためのクラスです。
Gem パッケージをダウンロードしてカレントディレクトリに保存するためのクラスです。 -
Gem
:: Commands :: GenerateIndexCommand (27001.0) -
ある Gem サーバに対するインデックスを作成するためのクラスです。
ある Gem サーバに対するインデックスを作成するためのクラスです。 -
Gem
:: Commands :: InstallCommand (27001.0) -
Gem パッケージをローカルリポジトリにインストールするためのクラスです。
Gem パッケージをローカルリポジトリにインストールするためのクラスです。 -
Gem
:: Commands :: ListCommand (27001.0) -
Gem パッケージの名前を前方一致で検索するためのクラスです。
Gem パッケージの名前を前方一致で検索するためのクラスです。 -
Gem
:: Commands :: OutdatedCommand (27001.0) -
更新が必要な Gem パッケージの一覧を出力するためのクラスです。
更新が必要な Gem パッケージの一覧を出力するためのクラスです。 -
Gem
:: Commands :: PristineCommand (27001.0) -
インストールされている Gem パッケージを初期状態にするためのクラスです。
インストールされている Gem パッケージを初期状態にするためのクラスです。 -
Gem
:: Commands :: SpecificationCommand (27001.0) -
指定された Gem パッケージの gemspec の情報を YAML 形式で表示するためのクラスです。
指定された Gem パッケージの gemspec の情報を YAML 形式で表示するためのクラスです。 -
Gem
:: Commands :: StaleCommand (27001.0) -
インストールされている Gem パッケージの一覧をアクセス時刻とともに表示するための クラスです。
インストールされている Gem パッケージの一覧をアクセス時刻とともに表示するための
クラスです。 -
Gem
:: Commands :: UninstallCommand (27001.0) -
Gem パッケージをアンインストールするためのクラスです。
Gem パッケージをアンインストールするためのクラスです。 -
Gem
:: Commands :: UpdateCommand (27001.0) -
ローカルリポジトリにインストールされている Gem パッケージを更新するためのクラスです。
ローカルリポジトリにインストールされている Gem パッケージを更新するためのクラスです。 -
rubygems
/ commands / check _ command (18019.0) -
インストールされている Gem パッケージを検証するためのライブラリです。
インストールされている Gem パッケージを検証するためのライブラリです。
Usage: gem check [options]
Options:
--verify FILE 内部のチェックサムにより Gem パッケージを検証します
-a, --alien 管理されていないパッケージを報告します
-t, --test Gem パッケージのユニットテストを実行します
-v, --version VERSION ... -
Gem
:: Commands :: BuildCommand # usage -> String (9301.0) -
使用方法を表す文字列を返します。
使用方法を表す文字列を返します。 -
Gem
:: Commands :: DependencyCommand # usage -> String (9301.0) -
使用方法を表す文字列を返します。
使用方法を表す文字列を返します。 -
Gem
:: Commands :: HelpCommand :: EXAMPLES -> String (9301.0) -
使用例を表す文字列です。
使用例を表す文字列です。 -
ruby 1
. 8 . 3 feature (9091.0) -
ruby 1.8.3 feature *((<ruby 1.8 feature>)) *((<ruby 1.8.2 feature>))
ruby 1.8.3 feature
*((<ruby 1.8 feature>))
*((<ruby 1.8.2 feature>))
ruby 1.8.2 から ruby 1.8.3 までの変更点です。
掲載方針
*バグ修正の影響も含めて動作が変わるものを収録する。
*単にバグを直しただけのものは収録しない。
*ライブラリへの単なる定数の追加は収録しない。
以下は各変更点に付けるべきタグです。
記号について(特に重要なものは大文字(主観))
* カテゴリ
* [ruby]: ruby インタプリタの変更
* [api]: 拡張ライブラリ API
* [lib]: ...