10件ヒット
[1-10件を表示]
(0.066秒)
クラス
キーワード
- content (1)
- content= (1)
-
deconstruct
_ keys (1) - hour (1)
- hour= (1)
-
new
_ hour (1) - skipHours (2)
- skipHours= (1)
検索結果
先頭5件
-
RSS
:: Rss :: SkipHours # hours (54307.0) -
@todo
@todo -
RSS
:: Maker :: ChannelBase # skipHours (18304.0) -
@todo skipHoursを返します.
@todo
skipHoursを返します. -
RSS
:: Rss :: Channel # skipHours (18304.0) -
@todo
@todo -
RSS
:: Rss :: Channel # skipHours= (18304.0) -
@todo
@todo -
RSS
:: Rss :: SkipHours # hour (9007.0) -
@todo
@todo -
RSS
:: Rss :: SkipHours # hour= (9007.0) -
@todo
@todo -
RSS
:: Maker :: ChannelBase :: SkipHoursBase # new _ hour (9004.0) -
@todo
@todo
新しくhourを作成し,返します.作成された
hourはhourリストの最後
に追加されています. -
RSS
:: Maker :: ChannelBase :: SkipHoursBase :: HourBase # content (9004.0) -
@todo
@todo -
RSS
:: Maker :: ChannelBase :: SkipHoursBase :: HourBase # content=() (9004.0) -
@todo
@todo -
MatchData
# deconstruct _ keys(array _ of _ names) -> Hash (76.0) -
引数で指定された名前の名前付きキャプチャを Hash で返します。
引数で指定された名前の名前付きキャプチャを Hash で返します。
Hash のキーは名前付きキャプチャの名前のシンボル、値はキーの名前に対応した名前付きグループのうち最後にマッチした文字列です。
@param array_of_names 名前付きキャプチャの名前の配列を指定します。nil の場合は全ての名前付きキャプチャを意味します。
//emlist[例][ruby]{
m = /(?<hours>\d{2}):(?<minutes>\d{2}):(?<seconds>\d{2})/.match("18:37:22")
m.deconstruct_keys([:hours, :m...