480件ヒット
[101-200件を表示]
(0.057秒)
別のキーワード
種類
- インスタンスメソッド (228)
- 定数 (108)
- 文書 (92)
- 特異メソッド (37)
- ライブラリ (15)
ライブラリ
- csv (1)
- rubygems (36)
-
rubygems
/ command (60) -
rubygems
/ commands / dependency _ command (12) -
rubygems
/ config _ file (24) -
rubygems
/ dependency _ installer (12) -
rubygems
/ dependency _ list (12) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ requirement (12) -
rubygems
/ security (36) -
rubygems
/ source _ index (36) -
rubygems
/ source _ info _ cache (72) -
rubygems
/ spec _ fetcher (24) -
rubygems
/ specification (24)
クラス
- CSV (1)
-
Gem
:: Command (60) -
Gem
:: Commands :: DependencyCommand (12) -
Gem
:: ConfigFile (24) -
Gem
:: DependencyInstaller (12) -
Gem
:: DependencyList (12) -
Gem
:: RemoteFetcher (12) -
Gem
:: Requirement (12) -
Gem
:: SourceIndex (36) -
Gem
:: SourceInfoCache (72) -
Gem
:: SpecFetcher (24) -
Gem
:: Specification (24)
モジュール
- Gem (12)
-
Gem
:: QuickLoader (24) -
Gem
:: Security (36)
キーワード
- ConfigMap (12)
-
DEFAULT
_ OPTIONS (12) - GemPaths (12)
- GemVersions (12)
-
MARSHAL
_ FIELDS (12) -
NEWS for Ruby 2
. 0 . 0 (12) -
NEWS for Ruby 2
. 1 . 0 (12) -
NEWS for Ruby 2
. 2 . 0 (11) -
NEWS for Ruby 2
. 3 . 0 (10) -
NEWS for Ruby 2
. 4 . 0 (9) -
NEWS for Ruby 2
. 5 . 0 (8) -
NEWS for Ruby 2
. 6 . 0 (7) -
NEWS for Ruby 2
. 7 . 0 (6) -
NEWS for Ruby 3
. 0 . 0 (5) - OPS (12)
- OPT (12)
- Policies (12)
- Ruby用語集 (12)
-
SPECIFICATION
_ VERSION _ HISTORY (12) -
add
_ specs (12) -
build
_ self _ signed _ cert (12) -
cache
_ data (24) - defaults (12)
- defaults= (12)
- each (36)
-
fetch
_ path (12) -
find
_ gems (12) - generate (1)
-
latest
_ cache _ data (12) -
latest
_ specs (12) - rdoc (12)
-
read
_ cache _ data (12) -
reset
_ cache _ for (12) -
set
_ cache _ data (12) -
spec
_ predecessors (12) -
specific
_ extra _ args _ hash (12) - specs (12)
- xmlrpc (3)
検索結果
先頭5件
-
Gem
:: Requirement :: OPS -> Hash (3143.0) -
比較演算子と対応する処理を格納したハッシュです。次の内容と等価です。
...ump },
}.freeze
//}
次のように、Gem::Version どうしを比較します。
//emlist[][ruby]{
p Gem::Requirement::OPS["="].call(Gem::Version.new('3.1'), Gem::Version.new('3.0')) # => false
p Gem::Requirement::OPS["~>"].call(Gem::Version.new('3.1'), Gem::Version.new('3.0')) # => true
//}... -
Gem
:: Security :: Policies -> Hash (3131.0) -
使用可能なポリシーの一覧を返します。
...使用可能なポリシーの一覧を返します。
* Gem::Security::NoSecurity
* Gem::Security::AlmostNoSecurity
* Gem::Security::LowSecurity
* Gem::Security::MediumSecurity
* Gem::Security::HighSecurity... -
Gem
:: Command # defaults=(hash) (3107.0) -
コマンドで使用するデフォルトのオプションをセットします。
...コマンドで使用するデフォルトのオプションをセットします。
@param hash オプションをハッシュで指定します。... -
Gem
:: DependencyList # spec _ predecessors -> Hash (3107.0) -
@todo ???
...@todo ???
Return a hash of predecessors. <tt>result[spec]</tt> is an
Array of gemspecs that have a dependency satisfied by the named
spec.... -
Gem
:: SourceInfoCache # set _ cache _ data(hash) -> true (3107.0) -
直接キャッシュデータをセットします。
...直接キャッシュデータをセットします。
このメソッドは主にユニットテストで使用します。
@param hash キャッシュデータとして使用するハッシュを指定します。... -
Gem
:: Command # defaults -> Hash (3101.0) -
デフォルトのオプションを返します。
デフォルトのオプションを返します。 -
Gem
:: Command # merge _ options(new _ options) -> Hash (3101.0) -
与えられたオプションとデフォルトのオプションをマージします。 しかし、新しいオプションに同一のキーがあってもデフォルトのオプションは変更されません。
与えられたオプションとデフォルトのオプションをマージします。
しかし、新しいオプションに同一のキーがあってもデフォルトのオプションは変更されません。
@param new_options 新しいコマンドオプションをハッシュで指定します。 -
Gem
:: Command # options -> Hash (3101.0) -
コマンドで使用するオプションを返します。
コマンドで使用するオプションを返します。 -
Gem
:: ConfigFile # each {|key , value| . . . } -> Hash (3101.0) -
設定ファイルの各項目のキーと値をブロック引数として与えられたブロックを評価します。
設定ファイルの各項目のキーと値をブロック引数として与えられたブロックを評価します。