940件ヒット
[1-100件を表示]
(0.096秒)
ライブラリ
- ビルトイン (48)
-
cgi
/ session (48) -
cgi
/ session / pstore (12) - csv (12)
- date (172)
- dbm (12)
- digest (12)
- gdbm (12)
-
net
/ imap (12) - observer (12)
- open-uri (12)
- openssl (84)
- rss (276)
-
rubygems
/ commands / update _ command (24) -
rubygems
/ config _ file (24) -
rubygems
/ package / tar _ header (12) -
rubygems
/ source _ index (24) -
rubygems
/ source _ info _ cache (12) -
rubygems
/ user _ interaction (36) - sdbm (12)
-
webrick
/ httpresponse (12) -
yaml
/ dbm (12)
クラス
-
CGI
:: Session (12) -
CGI
:: Session :: FileStore (12) -
CGI
:: Session :: MemoryStore (12) -
CGI
:: Session :: NullStore (12) -
CGI
:: Session :: PStore (12) - CSV (12)
- DBM (12)
- Date (146)
- DateTime (26)
-
Digest
:: Base (12) - GDBM (12)
-
Gem
:: Commands :: UpdateCommand (24) -
Gem
:: ConfigFile (24) -
Gem
:: Package :: TarHeader (12) -
Gem
:: SourceIndex (24) -
Gem
:: SourceInfoCache (12) -
Gem
:: StreamUI :: SilentProgressReporter (12) -
Gem
:: StreamUI :: SimpleProgressReporter (12) -
Gem
:: StreamUI :: VerboseProgressReporter (12) - Hash (24)
- Module (12)
-
Net
:: IMAP (12) -
OpenSSL
:: Cipher (12) -
OpenSSL
:: Digest (12) -
OpenSSL
:: HMAC (12) -
OpenSSL
:: X509 :: CRL (48) -
RDoc
:: Options (12) -
RSS
:: Maker :: ChannelBase (48) -
RSS
:: Maker :: ItemsBase :: ItemBase (24) -
RSS
:: RDF :: Textinput (24) -
RSS
:: Rss :: Channel (48) -
RSS
:: Rss :: Channel :: Item (24) - SDBM (12)
- Time (12)
-
WEBrick
:: HTTPResponse (12) -
YAML
:: DBM (12)
モジュール
- DublinCoreModel (36)
-
Gem
:: InstallUpdateOptions (24) -
Gem
:: LocalRemoteOptions (12) - Observable (12)
-
OpenURI
:: Meta (12) -
RSS
:: SyndicationModel (72)
キーワード
-
add
_ observer (12) -
add
_ update _ sources _ option (12) - autoload? (12)
- chunked= (12)
- date= (12)
-
dc
_ date (12) -
dc
_ date= (12) -
dc
_ dates (12) -
deconstruct
_ keys (4) -
do
_ rubygems _ update (12) - downto (12)
-
force
_ update (12) - hour (12)
-
install
_ update _ defaults _ str (12) - julian (12)
- julian? (12)
- lastBuildDate (24)
- lastBuildDate= (24)
-
last
_ update (12) -
last
_ update= (12) - minute (12)
-
next
_ update (12) -
next
_ update= (12) - outdated (12)
- pubDate (48)
- pubDate= (48)
- saturday? (12)
- step (12)
- strftime (24)
- succ (12)
- sunday? (12)
-
sy
_ updateBase (12) -
sy
_ updateBase= (12) -
sy
_ updateFrequency (12) -
sy
_ updateFrequency= (12) -
sy
_ updatePeriod (12) -
sy
_ updatePeriod= (12) - thursday? (12)
- tuesday? (12)
-
uid
_ sort (12) -
unconverted
_ fields? (12) - update (204)
-
update
_ checksum (12) -
update
_ sources (12) -
update
_ sources= (12) - updated (36)
- upto (24)
-
which
_ to _ update (12)
検索結果
先頭5件
-
Date
# julian -> Date (23230.0) -
このメソッドは、new_start(Date::JULIAN) と等価です。
...このメソッドは、new_start(Date::JULIAN) と等価です。
Date#new_start、および Date::JULIAN を参照してください。... -
Date
# upto(max) {|date| . . . } -> self (23230.0) -
このメソッドは、step(max, 1){|date| ...} と等価です。
...このメソッドは、step(max, 1){|date| ...} と等価です。
@param max 日付オブジェクト
@see Date#step, Date#downto... -
Date
# upto(max) -> Enumerator (23130.0) -
このメソッドは、step(max, 1){|date| ...} と等価です。
...このメソッドは、step(max, 1){|date| ...} と等価です。
@param max 日付オブジェクト
@see Date#step, Date#downto... -
Date
# deconstruct _ keys(array _ of _ names _ or _ nil) -> Hash (23113.0) -
パターンマッチに使用する名前と値の Hash を返します。
...[ruby]{
d = Date.new(2022, 10, 5)
if d in wday: 3, day: ..7 # deconstruct_keys が使われます
puts "first Wednesday of the month"
end
#=> "first Wednesday of the month" が出力される
case d
in year: ...2022
puts "too old"
in month: ..9
puts "quarter 1-3"
in wday: 1..5, month:
puts......g day in month #{month}"
end
#=> "working day in month 10" が出力される
# クラスのチェックと組み合わせて利用することもできます
if d in Date(wday: 3, day: ..7)
puts "first Wednesday of the month"
end
//}
@see d:spec/pattern_matching#matching_non_primitive_objects... -
Date
# julian? -> bool (23101.0) -
ユリウス暦なら真を返します。
ユリウス暦なら真を返します。 -
Date
# saturday? -> bool (23101.0) -
土曜日なら真を返します。
土曜日なら真を返します。 -
Date
# sunday? -> bool (23101.0) -
日曜日なら真を返します。
日曜日なら真を返します。 -
Date
# thursday? -> bool (23101.0) -
木曜日なら真を返します。
木曜日なら真を返します。 -
Date
# tuesday? -> bool (23101.0) -
火曜日なら真を返します。
火曜日なら真を返します。 -
RSS
:: RDF :: Textinput # date (21103.0) -
@todo
@todo