736件ヒット
[1-100件を表示]
(0.110秒)
ライブラリ
- ビルトイン (48)
-
cgi
/ core (12) -
cgi
/ session (48) -
cgi
/ session / pstore (12) - csv (72)
- date (160)
-
json
/ add / date (12) -
json
/ add / date _ time (12) -
net
/ imap (24) - rss (144)
-
rubygems
/ commands / update _ command (12) -
rubygems
/ config _ file (24) -
rubygems
/ specification (36) -
webrick
/ httpresponse (72)
クラス
- Array (12)
- CGI (12)
-
CGI
:: Session (12) -
CGI
:: Session :: FileStore (12) -
CGI
:: Session :: MemoryStore (12) -
CGI
:: Session :: NullStore (12) -
CGI
:: Session :: PStore (12) - CSV (60)
- Date (110)
- DateTime (74)
- Exception (24)
-
Gem
:: Commands :: UpdateCommand (12) -
Gem
:: ConfigFile (24) -
Gem
:: Specification (36) - Module (12)
-
Net
:: IMAP (12) -
Net
:: IMAP :: ContentDisposition (12) -
RDoc
:: Options (12) -
RSS
:: ImageFaviconModel :: ImageFavicon (24) -
RSS
:: RDF :: Channel :: ImageFavicon (24) -
RSS
:: TaxonomyTopicModel :: TaxonomyTopic (24) - Time (12)
-
WEBrick
:: HTTPResponse (72)
モジュール
キーワード
- - (12)
- == (12)
- [] (12)
-
add
_ update _ sources _ option (12) - ajd (12)
- amjd (12)
- append (12)
- autoload? (12)
-
backtrace
_ locations (12) - body= (12)
- chunked= (12)
-
content
_ length (12) -
content
_ length= (12) - convert (36)
- converters (12)
- date= (48)
-
deconstruct
_ keys (4) -
do
_ rubygems _ update (12) -
force
_ update (12) - header (12)
-
install
_ update _ defaults _ str (12) - mon (12)
- monday? (12)
- month (12)
-
next
_ month (12) - offset (12)
- param (12)
-
prev
_ month (12) -
sec
_ fraction (12) - second (12)
-
second
_ fraction (12) - strftime (12)
-
sy
_ updateBase (12) -
sy
_ updateBase= (12) -
sy
_ updateFrequency (12) -
sy
_ updateFrequency= (12) -
sy
_ updatePeriod (12) -
sy
_ updatePeriod= (12) -
to
_ csv (12) -
to
_ json (24) -
to
_ s (12) -
unconverted
_ fields? (12) - update (60)
-
update
_ sources (12) -
update
_ sources= (12) - validate (12)
- zone (12)
検索結果
先頭5件
-
RSS
:: ImageFaviconModel :: ImageFavicon # date (24103.0) -
@todo
@todo -
RSS
:: TaxonomyTopicModel :: TaxonomyTopic # date (24103.0) -
@todo
@todo -
Date
# next _ month(n = 1) -> Date (23208.0) -
n ヶ月後を返します。
...n ヶ月後を返します。
Date#>> も参照してください。
@param n 月数... -
Date
# prev _ month(n = 1) -> Date (23208.0) -
n ヶ月前を返します。
...n ヶ月前を返します。
Date#<< も参照してください。
@param n 月数... -
Date
# deconstruct _ keys(array _ of _ names _ or _ nil) -> Hash (23113.0) -
パターンマッチに使用する名前と値の Hash を返します。
...* :month
* :day
* :yday
* :wday
@param array_of_names_or_nil パターンマッチに使用する名前の配列を指定します。nil の場合は全てをパターンマッチに使用します。
//emlist[例][ruby]{
d = Date.new(2022, 10, 5)
if d in wday: 3, day: ..7 # deconstruct_......す
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 "working 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
# mon -> Integer (23101.0) -
月を返します (1-12)。
月を返します (1-12)。 -
Date
# monday? -> bool (23101.0) -
月曜日なら真を返します。
月曜日なら真を返します。 -
Date
# month -> Integer (23101.0) -
月を返します (1-12)。
月を返します (1-12)。 -
RSS
:: RDF :: Channel :: ImageFavicon # date (21103.0) -
@todo
@todo -
Gem
:: Specification # date -> Time (21102.0) -
日付を返します。
日付を返します。