105件ヒット
[101-105件を表示]
(0.017秒)
ライブラリ
- ビルトイン (12)
-
cgi
/ session (4) -
cgi
/ session / pstore (1) - dbm (1)
- digest (9)
- gdbm (1)
-
net
/ http (1) - observer (3)
- openssl (16)
- optparse (12)
-
rake
/ packagetask (1) - rss (6)
-
rubygems
/ commands / update _ command (3) -
rubygems
/ config _ file (3) -
rubygems
/ doc _ manager (1) -
rubygems
/ package / tar _ header (1) -
rubygems
/ source _ index (1) -
rubygems
/ source _ info _ cache (1) -
rubygems
/ user _ interaction (3) - sdbm (1)
-
yaml
/ dbm (1)
クラス
-
CGI
:: Session (1) -
CGI
:: Session :: FileStore (1) -
CGI
:: Session :: MemoryStore (1) -
CGI
:: Session :: NullStore (1) -
CGI
:: Session :: PStore (1) - DBM (1)
-
Digest
:: Base (9) - GDBM (1)
-
Gem
:: Commands :: UpdateCommand (2) -
Gem
:: ConfigFile (3) -
Gem
:: DocManager (1) -
Gem
:: Package :: TarHeader (1) -
Gem
:: SourceIndex (1) -
Gem
:: SourceInfoCache (1) -
Gem
:: StreamUI :: SilentProgressReporter (1) -
Gem
:: StreamUI :: SimpleProgressReporter (1) -
Gem
:: StreamUI :: VerboseProgressReporter (1) - Hash (6)
-
OpenSSL
:: Cipher (1) -
OpenSSL
:: Digest (2) -
OpenSSL
:: HMAC (2) -
OpenSSL
:: OCSP :: BasicResponse (1) -
OpenSSL
:: X509 :: CRL (4) - OptionParser (12)
-
RDoc
:: Options (1) -
Rake
:: PackageTask (1) - SDBM (1)
-
YAML
:: DBM (1)
モジュール
- Enumerable (1)
-
Gem
:: InstallUpdateOptions (2) -
Gem
:: LocalRemoteOptions (1) -
Net
:: HTTPHeader (1) - Observable (2)
-
OpenSSL
:: X509 (2) -
RSS
:: SyndicationModel (6)
オブジェクト
- ENV (5)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (1) - << (3)
- == (2)
- Cipher (1)
-
DEFAULT
_ UPDATE _ SOURCES (1) - Digest (1)
- InstallUpdateOptions (1)
-
NEWS for Ruby 2
. 6 . 0 (1) -
NEWS for Ruby 3
. 0 . 0 (1) - OCSP (1)
- Observable (1)
- UpdateCommand (1)
-
V
_ ERR _ ERROR _ IN _ CRL _ LAST _ UPDATE _ FIELD (1) -
V
_ ERR _ ERROR _ IN _ CRL _ NEXT _ UPDATE _ FIELD (1) - X509 (1)
- []= (1)
-
add
_ observer (1) -
add
_ update _ sources _ option (1) - chunk (1)
- digest (1)
- digest! (1)
-
do
_ rubygems _ update (1) -
force
_ update (1) - hexdigest (1)
- hexdigest! (1)
-
install
_ update _ defaults _ str (1) -
last
_ update (1) -
last
_ update= (1) - merge (2)
- merge! (4)
- name= (1)
-
next
_ update (1) -
next
_ update= (1) -
notify
_ observers (1) -
on
_ head (1) -
on
_ tail (1) - parse (2)
- parse! (1)
- rdoc (1)
-
ruby 1
. 8 . 2 feature (1) -
ruby 1
. 8 . 4 feature (1) -
ruby 1
. 9 feature (1) - rubygems (1)
-
rubygems
/ commands / dependency _ command (1) -
rubygems
/ commands / install _ command (1) -
rubygems
/ commands / list _ command (1) -
rubygems
/ commands / outdated _ command (1) -
rubygems
/ commands / query _ command (1) -
rubygems
/ commands / search _ command (1) -
rubygems
/ commands / sources _ command (1) -
rubygems
/ commands / specification _ command (1) -
rubygems
/ commands / update _ command (1) - status (1)
- summarize (2)
-
summary
_ indent (1) -
summary
_ indent= (1) -
summary
_ width (1) -
summary
_ width= (1) -
sy
_ updateBase (1) -
sy
_ updateBase= (1) -
sy
_ updateFrequency (1) -
sy
_ updateFrequency= (1) -
sy
_ updatePeriod (1) -
sy
_ updatePeriod= (1) -
to
_ a (1) -
to
_ s (1) -
update
_ checksum (1) -
update
_ ri _ cache (1) -
update
_ sources (1) -
update
_ sources= (1) - updated (3)
-
values
_ at (1) -
which
_ to _ update (1)
検索結果
先頭5件
-
rubygems
/ commands / specification _ command (19.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 ... -
ENV
. merge!(other) -> ENV (7.0) -
ハッシュ other の内容を環境変数にマージします。重複するキー に対応する値は other の内容で上書きされます。
ハッシュ other の内容を環境変数にマージします。重複するキー
に対応する値は other の内容で上書きされます。
self と other に同じキーがあった場合はブロック付きか否かで
判定方法が違います。ブロック付きのときはブロックを呼び出して
その返す値を重複キーに対応する値にします。ブロック付きでない
場合は常に other の値を使います。
@param other 上書きするハッシュを指定します。 -
ENV
. merge!(other) {|key , self _ val , other _ val| . . . } -> ENV (7.0) -
ハッシュ other の内容を環境変数にマージします。重複するキー に対応する値は other の内容で上書きされます。
ハッシュ other の内容を環境変数にマージします。重複するキー
に対応する値は other の内容で上書きされます。
self と other に同じキーがあった場合はブロック付きか否かで
判定方法が違います。ブロック付きのときはブロックを呼び出して
その返す値を重複キーに対応する値にします。ブロック付きでない
場合は常に other の値を使います。
@param other 上書きするハッシュを指定します。 -
OpenSSL
:: Digest # <<(data) -> self (4.0) -
data でダイジェストオブジェクトの内部状態を更新します。
data でダイジェストオブジェクトの内部状態を更新します。
@param data 入力文字列 -
OpenSSL
:: HMAC # <<(data) -> self (4.0) -
入力文字列を追加し、内部状態を更新します。
入力文字列を追加し、内部状態を更新します。
@param data 入力文字列