1043件ヒット
[1-100件を表示]
(0.139秒)
ライブラリ
- ビルトイン (83)
-
cgi
/ core (12) -
cgi
/ session (48) -
cgi
/ session / pstore (12) - csv (60)
- date (132)
- dbm (12)
- digest (12)
- gdbm (12)
-
net
/ imap (48) - observer (12)
- openssl (84)
- rss (240)
-
rubygems
/ commands / update _ command (24) -
rubygems
/ config _ file (24) -
rubygems
/ package / tar _ header (12) -
rubygems
/ source _ index (12) -
rubygems
/ source _ info _ cache (12) -
rubygems
/ specification (36) -
rubygems
/ user _ interaction (36) - sdbm (12)
- time (12)
-
webrick
/ httpresponse (36) -
yaml
/ dbm (12)
クラス
- CGI (12)
-
CGI
:: Session (12) -
CGI
:: Session :: FileStore (12) -
CGI
:: Session :: MemoryStore (12) -
CGI
:: Session :: NullStore (12) -
CGI
:: Session :: PStore (12) - CSV (24)
-
CSV
:: FieldInfo (36) - DBM (12)
- Date (132)
-
Digest
:: Base (12) - Exception (12)
- GDBM (12)
-
Gem
:: Commands :: UpdateCommand (24) -
Gem
:: ConfigFile (24) -
Gem
:: Package :: TarHeader (12) -
Gem
:: SourceIndex (12) -
Gem
:: SourceInfoCache (12) -
Gem
:: Specification (36) -
Gem
:: StreamUI :: SilentProgressReporter (12) -
Gem
:: StreamUI :: SimpleProgressReporter (12) -
Gem
:: StreamUI :: VerboseProgressReporter (12) - Hash (24)
-
Net
:: IMAP (24) -
Net
:: IMAP :: ContentDisposition (12) -
Net
:: IMAP :: Envelope (12) -
OpenSSL
:: Cipher (12) -
OpenSSL
:: Digest (12) -
OpenSSL
:: HMAC (12) -
OpenSSL
:: X509 :: CRL (48) -
RDoc
:: Options (12) -
RSS
:: Maker :: ChannelBase (24) -
RSS
:: Maker :: ItemsBase :: ItemBase (24) -
RSS
:: Parser (24) -
RSS
:: RDF :: Textinput (24) -
RSS
:: Rss :: Channel (24) -
RSS
:: Rss :: Channel :: Item (24) -
RSS
:: TaxonomyTopicModel :: TaxonomyTopic (24) - Range (35)
- SDBM (12)
- Time (24)
-
WEBrick
:: HTTPResponse (36) -
YAML
:: DBM (12)
モジュール
-
Gem
:: InstallUpdateOptions (24) -
Gem
:: LocalRemoteOptions (12) - Observable (12)
-
RSS
:: SyndicationModel (72)
キーワード
- <=> (12)
- === (7)
- [] (12)
-
add
_ observer (12) -
add
_ update _ sources _ option (12) - append (12)
-
backtrace
_ locations (12) - body= (12)
- chunked= (12)
- convert (24)
- cover? (14)
- date= (36)
-
do
_ rubygems _ update (12) -
do
_ validate (12) -
do
_ validate= (12) - entries (7)
-
force
_ update (12) - header (24)
- httpdate (24)
- index (12)
-
install
_ update _ defaults _ str (12) -
last
_ update (12) -
last
_ update= (12) - leap? (12)
- line (12)
-
next
_ update (12) -
next
_ update= (12) - param (12)
-
prev
_ day (12) -
prev
_ month (12) -
prev
_ year (12) - pubDate (48)
- pubDate= (48)
- step (24)
- strftime (24)
-
sy
_ updateBase (12) -
sy
_ updateBase= (12) -
sy
_ updateFrequency (12) -
sy
_ updateFrequency= (12) -
sy
_ updatePeriod (12) -
sy
_ updatePeriod= (12) -
to
_ a (7) -
uid
_ sort (12) - update (204)
-
update
_ checksum (12) -
update
_ sources (12) -
update
_ sources= (12) - updated (36)
- upto (24)
- validate (12)
-
which
_ to _ update (12)
検索結果
先頭5件
-
Date
# httpdate -> String (38301.0) -
2616 (1123) で定められた書式の文字列を返します。
2616 (1123) で定められた書式の文字列を返します。 -
Date
# prev _ day(n = 1) -> Date (32402.0) -
n 日前を返します。
...n 日前を返します。
@param n 日数... -
RSS
:: TaxonomyTopicModel :: TaxonomyTopic # date (30203.0) -
@todo
...@todo... -
Gem
:: InstallUpdateOptions # add _ install _ update _ options (27301.0) -
インストールとアップデートに関するオプションを追加します。
インストールとアップデートに関するオプションを追加します。 -
Gem
:: InstallUpdateOptions # install _ update _ defaults _ str -> String (27301.0) -
Gem コマンドの install サブコマンドに渡されるデフォルトのオプションを返します。
...Gem コマンドの install サブコマンドに渡されるデフォルトのオプションを返します。
デフォルトのオプションは以下の通りです。
--rdoc --no-force --no-test --wrappers... -
RSS
:: RDF :: Textinput # date (27203.0) -
@todo
...@todo... -
Gem
:: Specification # date -> Time (27202.0) -
日付を返します。
日付を返します。 -
Net
:: IMAP :: Envelope # date -> String | nil (27202.0) -
日付の文字列を返します。
日付の文字列を返します。
エンベロープに存在しないときは nil を返します。 -
Date
# prev _ year(n = 1) -> Date (26350.0) -
n 年前を返します。
...します。
//emlist[例][ruby]{
require 'date'
Date.new(2001,2,3).prev_year #=> #<Date: 2000-02-03 ...>
Date.new(2008,2,29).prev_year #=> #<Date: 2007-02-28 ...>
Date.new(2008,2,29).prev_year(4) #=> #<Date: 2004-02-29 ...>
//}
Date#<< も参照してください。
@param n 年数...