1536件ヒット
[1-100件を表示]
(0.068秒)
クラス
-
Gem
:: Builder (12) -
Gem
:: Command (108) -
Gem
:: CommandManager (12) -
Gem
:: DependencyInstaller (12) -
Gem
:: DependencyList (12) -
Gem
:: DigestAdapter (12) -
Gem
:: DocManager (60) -
Gem
:: Ext :: Builder (48) -
Gem
:: Ext :: ConfigureBuilder (12) -
Gem
:: Ext :: ExtConfBuilder (12) -
Gem
:: Ext :: RakeBuilder (12) -
Gem
:: FileOperations (12) -
Gem
:: Format (36) -
Gem
:: GemPathSearcher (12) -
Gem
:: Indexer (12) -
Gem
:: Installer (84) -
Gem
:: OldFormat (36) -
Gem
:: Package :: TarHeader (12) -
Gem
:: Package :: TarInput (24) -
Gem
:: Package :: TarOutput (24) -
Gem
:: Package :: TarReader (12) -
Gem
:: Package :: TarWriter (12) -
Gem
:: Package :: TarWriter :: BoundedStream (12) -
Gem
:: Package :: TarWriter :: RestrictedStream (12) -
Gem
:: Platform (36) -
Gem
:: RemoteFetcher (24) -
Gem
:: RemoteFetcher :: FetchError (12) -
Gem
:: Requirement (48) -
Gem
:: Security :: Policy (24) -
Gem
:: Security :: Signer (12) -
Gem
:: Server (24) -
Gem
:: SourceIndex (60) -
Gem
:: SourceInfoCache (108) -
Gem
:: SourceInfoCacheEntry (12) -
Gem
:: SpecFetcher (24) -
Gem
:: Specification (192) -
Gem
:: StreamUI (12) -
Gem
:: StreamUI :: SilentProgressReporter (12) -
Gem
:: StreamUI :: SimpleProgressReporter (12) -
Gem
:: StreamUI :: VerboseProgressReporter (12) -
Gem
:: Uninstaller (12) -
Gem
:: Version (36)
モジュール
- Gem (120)
-
Gem
:: DefaultUserInteraction (36) -
Gem
:: Package (24) -
Gem
:: QuickLoader (12) -
Gem
:: Security (60)
キーワード
-
_ load (12) -
add
_ common _ option (12) -
add
_ specific _ extra _ args (12) -
add
_ trusted _ cert (12) -
array
_ attribute (12) -
array
_ attributes (12) - attribute (12)
-
attribute
_ alias _ singular (12) -
attribute
_ defaults (12) -
attribute
_ names (12) - attributes (12)
- build (36)
-
build
_ args (12) -
build
_ args= (12) -
build
_ cert (12) -
build
_ self _ signed _ cert (12) - cache (12)
-
cache
_ data (12) -
class
_ name (12) -
configured
_ args (12) -
configured
_ args= (12) - correct? (12)
- create (24)
- default (12)
-
default
_ bindir (12) -
default
_ dir (12) -
default
_ exec _ format (12) -
default
_ path (12) -
default
_ sources (12) -
default
_ system _ source _ cache _ dir (12) -
default
_ user _ source _ cache _ dir (12) -
ensure
_ ssl _ available (12) -
exec
_ format (12) -
exec
_ format= (12) -
extra
_ args (12) -
extra
_ args= (12) - fetcher (24)
- fetcher= (24)
- from (12)
-
from
_ file _ by _ path (24) -
from
_ gems _ in (12) -
from
_ installed _ gems (12) -
from
_ io (24) -
from
_ source _ index (12) -
from
_ yaml (12) -
home
_ install _ warning (12) -
home
_ install _ warning= (12) -
installed
_ spec _ directories (12) - instance (12)
-
latest
_ system _ cache _ file (12) -
latest
_ user _ cache _ file (12) - list (12)
-
load
_ full _ rubygems _ library (12) -
load
_ rdoc (12) -
load
_ specification (12) - local (12)
- make (12)
- match (12)
- new (360)
-
normalize
_ yaml _ input (12) - open (36)
-
overwrite
_ accessor (12) - pack (12)
- parse (12)
-
path
_ warning (12) -
path
_ warning= (12) -
read
_ only (12) - redirector (12)
-
required
_ attribute (12) -
required
_ attribute? (12) -
required
_ attributes (12) - reset (12)
-
ruby
_ engine (12) - run (24)
- search (12)
-
search
_ with _ source (12) -
sign
_ cert (12) -
specific
_ extra _ args (12) -
specific
_ extra _ args _ hash (12) -
system
_ cache _ file (12) -
trusted
_ cert _ path (12) - ui (12)
- ui= (12)
-
update
_ ri _ cache (12) -
use
_ ui (12) -
user
_ cache _ file (12) -
user
_ dir (12) -
verify
_ trust _ dir (12)
検索結果
先頭5件
-
Gem
:: SourceInfoCache . search _ with _ source(*args) -> Array (15202.0) -
与えられた条件を満たす Gem::Specification と URL のリストを返します。
...与えられた条件を満たす Gem::Specification と URL のリストを返します。
@param args 検索条件を指定します。Gem::SourceInfoCache#search_with_source と引数を合わせてください。
@see Gem::SourceInfoCache#search_with_source... -
Gem
:: Requirement . create(input) -> Gem :: Requirement (12302.0) -
Gem::Requirement のインスタンスを作成するためのファクトリメソッドです。
...Gem::Requirement のインスタンスを作成するためのファクトリメソッドです。
@param input 文字列か配列か Gem::Requirement, Gem::Version のインスタンス
のいずれかを指定します。
@return 上記以外の値を input に指定するとデフ......ォルト値を返します。
//emlist[][ruby]{
pp Gem::Requirement.create("~> 3.2.1")
# => Gem::Requirement.new(["~> 3.2.1"])
//}
@see Gem::Requirement.new, Gem::Requirement.default... -
Gem
:: Specification . required _ attribute(name , default = nil) -> () (12202.0) -
必須の属性を作成します。
...必須の属性を作成します。
@param name 属性名を指定します。
@param default デフォルト値を指定します。
@see Gem::Specification.attribute... -
Gem
:: Specification . required _ attribute?(name) -> bool (12202.0) -
必須属性であれば真を返します。
...必須属性であれば真を返します。
@param name 属性名を指定します。... -
Gem
:: Specification . required _ attributes -> Array (12202.0) -
必須属性のリストを返します。
必須属性のリストを返します。 -
Gem
:: Ext :: Builder . redirector -> String (9202.0) -
@todo
@todo
'2>&1' という文字列を返します。 -
Gem
:: Requirement . parse(obj) -> Array (9102.0) -
バージョンの必要上件をパースして比較演算子とバージョンを要素とする二要素の配列を返します。
...配列を返します。
@param obj 必要上件を表す文字列または Gem::Version のインスタンスを指定します。
@return 比較演算子と Gem::Version のインスタンスを要素とする二要素の配列を返します。
@raise ArgumentError obj に不正なオブジェ......クトを指定すると発生します。
//emlist[][ruby]{
p Gem::Requirement.parse("~> 3.2.1") # => ["~>", #<Gem::Version "3.2.1">]
//}... -
Gem
:: Security . verify _ trust _ dir(path , perms) (9102.0) -
信頼するディレクトリが存在することを確認します。
...リを作成してパーミッションを変更します。
@param path 確認するパスを指定します。
@param perms ディレクトリを作成する場合のパーミッションを指定します。
@raise Gem::Security::Exception path がディレクトリでない場合に発生し... -
Gem
:: SourceInfoCache . search(*args) -> [Gem :: Specification] (9102.0) -
与えられた条件を満たす Gem::Specification のリストを返します。
...与えられた条件を満たす Gem::Specification のリストを返します。
@param args 検索条件を指定します。Gem::SourceInfoCache#search と引数を合わせてください。
@see Gem::SourceInfoCache#search...