861件ヒット
[801-861件を表示]
(0.086秒)
別のキーワード
ライブラリ
- ビルトイン (33)
-
rake
/ gempackagetask (12) -
rubygems
/ commands / dependency _ command (24) -
rubygems
/ commands / which _ command (12) -
rubygems
/ dependency _ installer (24) -
rubygems
/ dependency _ list (48) -
rubygems
/ format (12) -
rubygems
/ gem _ path _ searcher (24) -
rubygems
/ indexer (24) -
rubygems
/ installer (12) -
rubygems
/ old _ format (12) -
rubygems
/ package / tar _ input (12) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ source _ index (60) -
rubygems
/ source _ info _ cache (24) -
rubygems
/ specification (432) -
rubygems
/ uninstaller (72) -
rubygems
/ validator (12)
クラス
- Array (21)
-
Gem
:: Commands :: DependencyCommand (24) -
Gem
:: Commands :: WhichCommand (12) -
Gem
:: DependencyInstaller (24) -
Gem
:: DependencyList (48) -
Gem
:: Format (12) -
Gem
:: GemPathSearcher (24) -
Gem
:: Indexer (24) -
Gem
:: Installer (12) -
Gem
:: OldFormat (12) -
Gem
:: Package :: TarInput (12) -
Gem
:: RemoteFetcher (12) -
Gem
:: SourceIndex (60) -
Gem
:: SourceInfoCache (24) -
Gem
:: Specification (432) -
Gem
:: Uninstaller (72) -
Gem
:: Validator (12) -
Rake
:: GemPackageTask (12) - String (12)
キーワード
- abbreviate (12)
- add (12)
-
add
_ bindir (12) -
add
_ dependency (12) -
add
_ development _ dependency (12) -
add
_ runtime _ dependency (12) -
add
_ spec (12) -
add
_ specs (12) -
ask
_ if _ ok (12) - bindir= (12)
-
cert
_ chain= (12) -
compact
_ specs (12) - date= (12)
-
default
_ executable= (12) -
dependencies
_ ok? (12) - description= (12)
- download (12)
- email= (12)
-
ensure
_ dependency (12) - executable= (12)
- executables= (12)
- extensions= (12)
-
extra
_ rdoc _ files= (12) - files= (12)
-
find
_ gems _ with _ sources (12) -
find
_ name (24) -
find
_ reverse _ dependencies (12) -
find
_ spec _ by _ name _ and _ version (12) -
gem
_ paths (12) -
gem
_ spec= (12) - homepage= (12)
-
load
_ gemspec (12) - loaded= (12)
-
loaded
_ from= (12) -
matching
_ file? (12) -
matching
_ files (12) - name= (12)
-
ok
_ to _ remove? (12) -
original
_ platform= (12) - pack (21)
-
path
_ ok? (12) - platform= (12)
-
print
_ dependencies (12) - remove (12)
-
remove
_ by _ name (12) -
remove
_ executables (12) -
require
_ path= (12) -
require
_ paths= (12) -
required
_ ruby _ version= (12) -
required
_ rubygems _ version= (12) - requirements= (12)
-
rubygems
_ version= (12) -
satisfies
_ requirement? (12) - search (24)
-
search
_ with _ source (12) -
signing
_ key= (12) - spec= (24)
-
specification
_ version= (12) - summary= (12)
-
test
_ files= (12) -
test
_ suite _ file= (12) -
uninstall
_ gem (12) -
unit
_ test (12) - unpack (12)
- version= (12)
検索結果
先頭5件
-
Gem
:: Uninstaller # ask _ if _ ok(spec) -> bool (13.0) -
アンインストール指定された Gem を削除すると依存関係を満たせなくなる場合に呼び出されます。
...アンインストール指定された Gem を削除すると依存関係を満たせなくなる場合に呼び出されます。
@param spec アンインストール指定されている Gem の Gem::Specification を指定します。... -
Gem
:: Uninstaller # dependencies _ ok?(spec) -> bool (13.0) -
アンインストール指定された Gem を削除しても依存関係を満たすことができるか どうかチェックします。
...アンインストール指定された Gem を削除しても依存関係を満たすことができるか
どうかチェックします。
@param spec アンインストール指定されている Gem の Gem::Specification を指定します。... -
Gem
:: Uninstaller # path _ ok?(spec) -> bool (13.0) -
アンインストール指定されている Gem がインストールされているパスをチェックします。
...アンインストール指定されている Gem がインストールされているパスをチェックします。
@param spec Gem::Specification を指定します。... -
Gem
:: Validator # unit _ test(gem _ spec) (13.0) -
与えられた Gem スペックにしたがってユニットテストを実行します。
...与えられた Gem スペックにしたがってユニットテストを実行します。
@param gem_spec Gem::Specification のインスタンスを指定します。... -
Rake
:: GemPackageTask # gem _ spec=(gem _ spec) (13.0) -
gemspec をセットします。
...gemspec をセットします。
@param gem_spec Gem::Specification のインスタンスを指定します。... -
String
# unpack(template) -> Array (13.0) -
Array#pack で生成された文字列を テンプレート文字列 template にしたがってアンパックし、 それらの要素を含む配列を返します。
...た文字列を
テンプレート文字列 template にしたがってアンパックし、
それらの要素を含む配列を返します。
@param template pack テンプレート文字列
@return オブジェクトの配列
以下にあげるものは、Array#pack、String#unp......ビットはどこまでデータがあ
るかを示している)。
ISO/IEC 8825-1:1995 : Information technology−ASN.1 encoding rules : Specification of Basic Encoding Rules(BER) に定められる整数の符号化方法。
//emlist[][ruby]{
[0].pack("w") # => "\x00"
[1].pack("...