1140件ヒット
[1101-1140件を表示]
(0.031秒)
別のキーワード
種類
- インスタンスメソッド (624)
- クラス (348)
- 特異メソッド (120)
- 定数 (48)
クラス
キーワード
- BuildCommand (12)
- CertCommand (12)
- CheckCommand (12)
- CleanupCommand (12)
- Command (12)
- CommandManager (12)
- ContentsCommand (12)
- DependencyCommand (12)
- EXAMPLES (12)
- EXT (12)
- EnvironmentCommand (12)
- FetchCommand (12)
- GenerateIndexCommand (12)
- HELP (12)
- HelpCommand (12)
- InstallCommand (12)
- ListCommand (12)
- LockCommand (12)
- MirrorCommand (12)
- OutdatedCommand (12)
- PLATFORMS (12)
- PristineCommand (12)
- QueryCommand (12)
- RdocCommand (12)
- SearchCommand (12)
- ServerCommand (12)
- SourcesCommand (12)
- SpecificationCommand (12)
- StaleCommand (12)
- UninstallCommand (12)
- UnpackCommand (12)
- UpdateCommand (12)
- WhichCommand (12)
- [] (12)
-
add
_ common _ option (12) -
add
_ extra _ args (12) -
add
_ option (12) -
add
_ specific _ extra _ args (12) - arguments (36)
- begins? (12)
-
build
_ args (12) -
build
_ args= (12) - command (12)
-
command
_ names (12) - complain (12)
- defaults (12)
- defaults= (12)
-
defaults
_ str (12) - description (12)
-
do
_ rubygems _ update (12) - execute (36)
-
extra
_ args (12) -
extra
_ args= (12) -
find
_ command (12) -
find
_ command _ possibilities (12) -
find
_ gems (12) -
find
_ paths (12) -
find
_ reverse _ dependencies (12) -
gem
_ paths (12) -
get
_ all _ gem _ names (12) -
get
_ one _ gem _ name (12) -
get
_ one _ optional _ argument (12) -
get
_ path (12) - handles? (12)
- instance (12)
- invoke (12)
-
load
_ gemspecs (12) -
print
_ dependencies (12) -
process
_ args (12) -
program
_ name (12) -
program
_ name= (12) -
register
_ command (12) -
remove
_ option (12) - run (12)
-
show
_ help (12) -
show
_ lookup _ failure (12) -
spec
_ path (12) -
specific
_ extra _ args (12) -
specific
_ extra _ args _ hash (12) - summary (12)
- summary= (12)
- usage (36)
-
when
_ invoked (12) -
which
_ to _ update (12) - yaml? (12)
検索結果
先頭4件
-
Gem
:: Commands :: MirrorCommand (3001.0) -
リモートリポジトリをローカルリポジトリにミラーするためのクラスです。
リモートリポジトリをローカルリポジトリにミラーするためのクラスです。 -
Gem
:: Commands :: RdocCommand (3001.0) -
RDoc と ri のライブラリを生成するためのクラスです。
RDoc と ri のライブラリを生成するためのクラスです。 -
Gem
:: Commands :: WhichCommand # find _ paths(package _ name , dirs) -> Array (3001.0) -
dirs から package_name という名前を持つファイルを探索します。
dirs から package_name という名前を持つファイルを探索します。
以下の拡張子を持つファイルが対象です。
%w[.rb .rbw .so .dll .bundle]
@param package_name ファイルの名前を指定します。
@param dirs 探索するディレクトリを文字列の配列で指定します。 -
Gem
:: Commands :: WhichCommand :: EXT -> [String] (3001.0) -
拡張子を表す配列です。
拡張子を表す配列です。
%w[.rb .rbw .so .dll .bundle]