852件ヒット
[801-852件を表示]
(0.078秒)
ライブラリ
- ビルトイン (84)
-
cgi
/ session (48) -
cgi
/ session / pstore (12) - dbm (12)
- digest (108)
- gdbm (12)
-
net
/ http (12) - observer (24)
- openssl (120)
- optparse (144)
-
rake
/ packagetask (12) - rss (72)
-
rubygems
/ commands / update _ command (24) -
rubygems
/ config _ file (24) -
rubygems
/ package / tar _ header (12) -
rubygems
/ source _ index (12) -
rubygems
/ source _ info _ cache (12) -
rubygems
/ user _ interaction (36) - sdbm (12)
-
yaml
/ dbm (12)
クラス
-
CGI
:: Session (12) -
CGI
:: Session :: FileStore (12) -
CGI
:: Session :: MemoryStore (12) -
CGI
:: Session :: NullStore (12) -
CGI
:: Session :: PStore (12) - DBM (12)
-
Digest
:: Base (108) - GDBM (12)
-
Gem
:: Commands :: UpdateCommand (24) -
Gem
:: ConfigFile (24) -
Gem
:: Package :: TarHeader (12) -
Gem
:: SourceIndex (12) -
Gem
:: SourceInfoCache (12) -
Gem
:: StreamUI :: SilentProgressReporter (12) -
Gem
:: StreamUI :: SimpleProgressReporter (12) -
Gem
:: StreamUI :: VerboseProgressReporter (12) - Hash (72)
-
OpenSSL
:: Cipher (12) -
OpenSSL
:: Digest (24) -
OpenSSL
:: HMAC (24) -
OpenSSL
:: OCSP :: BasicResponse (12) -
OpenSSL
:: X509 :: CRL (48) - OptionParser (144)
-
RDoc
:: Options (12) -
Rake
:: PackageTask (12) - SDBM (12)
-
YAML
:: DBM (12)
モジュール
- Enumerable (12)
-
Gem
:: InstallUpdateOptions (24) -
Gem
:: LocalRemoteOptions (12) -
Net
:: HTTPHeader (12) - Observable (24)
-
RSS
:: SyndicationModel (72)
キーワード
- << (36)
- == (24)
- []= (12)
-
add
_ observer (12) -
add
_ update _ sources _ option (12) - chunk (12)
- digest (12)
- digest! (12)
-
do
_ rubygems _ update (12) -
force
_ update (12) - hexdigest (12)
- hexdigest! (12)
-
install
_ update _ defaults _ str (12) -
last
_ update (12) -
last
_ update= (12) - merge (24)
- merge! (24)
- name= (12)
-
next
_ update (12) -
next
_ update= (12) -
notify
_ observers (12) -
on
_ head (12) -
on
_ tail (12) - parse (24)
- parse! (12)
- status (12)
- summarize (24)
-
summary
_ indent (12) -
summary
_ indent= (12) -
summary
_ width (12) -
summary
_ width= (12) -
sy
_ updateBase (12) -
sy
_ updateBase= (12) -
sy
_ updateFrequency (12) -
sy
_ updateFrequency= (12) -
sy
_ updatePeriod (12) -
sy
_ updatePeriod= (12) -
to
_ a (12) -
to
_ s (12) -
update
_ checksum (12) -
update
_ sources (12) -
update
_ sources= (12) - updated (36)
-
which
_ to _ update (12)
検索結果
先頭5件
-
OptionParser
# parse!(argv = self . default _ argv , into: nil) -> [String] (7.0) -
与えられた argv をパースします。
...になります。
//emlist[例][ruby]{
require "optparse"
opts = OptionParser.new do |opts|
opts.on_head("-i", "--init")
opts.on("-u", "--update")
opts.on_tail("-h", "--help")
end
ARGV # => ["-i", "-u", "-h", "test"]
opts.parse(ARGV) # => ["test"]
ARGV # => ["-i"... -
OptionParser
# parse(*args) -> [String] (7.0) -
与えられた argv をパースします。 argv からオプションを取り除いたものを返します。
...ラスになります。
//emlist[例][ruby]{
require "optparse"
opts = OptionParser.new do |opts|
opts.on_head("-i", "--init")
opts.on("-u", "--update")
opts.on_tail("-h", "--help")
end
ARGV # => ["-i", "-u", "-h", "test"]
opts.parse(ARGV) # => ["test"]
//}... -
OptionParser
# parse(*args , into: nil) -> [String] (7.0) -
与えられた argv をパースします。 argv からオプションを取り除いたものを返します。
...ラスになります。
//emlist[例][ruby]{
require "optparse"
opts = OptionParser.new do |opts|
opts.on_head("-i", "--init")
opts.on("-u", "--update")
opts.on_tail("-h", "--help")
end
ARGV # => ["-i", "-u", "-h", "test"]
opts.parse(ARGV) # => ["test"]
//}... -
OptionParser
# parse(argv) -> [String] (7.0) -
与えられた argv をパースします。 argv からオプションを取り除いたものを返します。
...ラスになります。
//emlist[例][ruby]{
require "optparse"
opts = OptionParser.new do |opts|
opts.on_head("-i", "--init")
opts.on("-u", "--update")
opts.on_tail("-h", "--help")
end
ARGV # => ["-i", "-u", "-h", "test"]
opts.parse(ARGV) # => ["test"]
//}... -
OptionParser
# parse(argv , into: nil) -> [String] (7.0) -
与えられた argv をパースします。 argv からオプションを取り除いたものを返します。
...ラスになります。
//emlist[例][ruby]{
require "optparse"
opts = OptionParser.new do |opts|
opts.on_head("-i", "--init")
opts.on("-u", "--update")
opts.on_tail("-h", "--help")
end
ARGV # => ["-i", "-u", "-h", "test"]
opts.parse(ARGV) # => ["test"]
//}... -
OpenSSL
:: Digest # <<(data) -> self (2.0) -
data でダイジェストオブジェクトの内部状態を更新します。
data でダイジェストオブジェクトの内部状態を更新します。
@param data 入力文字列 -
OpenSSL
:: HMAC # <<(data) -> self (2.0) -
入力文字列を追加し、内部状態を更新します。
入力文字列を追加し、内部状態を更新します。
@param data 入力文字列