るりまサーチ

最速Rubyリファレンスマニュアル検索!
357件ヒット [101-200件を表示] (0.115秒)

別のキーワード

  1. string []=
  2. string slice
  3. string []
  4. string slice!
  5. string gsub

検索結果

<< < 1 2 3 4 > >>

WEBrick::Log#time_format -> String (6204.0)

時間を記録するフォーマットを文字列で表すアクセサです。 形式は Time#strftime と同じです。 デフォルトは "[%Y-%m-%d %H:%M:%S]" です。

時間を記録するフォーマットを文字列で表すアクセサです。
形式は Time#strftime と同じです。
デフォルトは "[%Y-%m-%d %H:%M:%S]" です。

Gem::Installer#formatted_program_filename(filename) -> String (6202.0)

Ruby のコマンドと同じプレフィックスとサフィックスを付けたファイル名を返します。

Ruby のコマンドと同じプレフィックスとサフィックスを付けたファイル名を返します。

@param filename 実行ファイルのファイル名を指定します。

Logger#formatter -> String (6202.0)

ログを出力する際に使用するフォーマッターを取得します。

...gger.formatter # => nil
logger.info("test")
# => I, [2019-05-09T22:13:56.509159 #13912] INFO -- : test

ltsv_formatter = proc { |severity, timestamp, progname, msg|
"time:#{timestamp}\tlevel:#{severity}\tprogname:#{progname}\tmessage:#{msg}\n"
}
logger.formatter = ltsv_formatter
logger.formatter...

WEBrick::Log#time_format=() (6104.0)

時間を記録するフォーマットを文字列で表すアクセサです。 形式は Time#strftime と同じです。 デフォルトは "[%Y-%m-%d %H:%M:%S]" です。

時間を記録するフォーマットを文字列で表すアクセサです。
形式は Time#strftime と同じです。
デフォルトは "[%Y-%m-%d %H:%M:%S]" です。

Scanf::FormatString#last_match_tried (6001.0)

@todo

@todo

絞り込み条件を変える

Scanf::FormatString#last_spec (6001.0)

@todo

@todo

Scanf::FormatString#last_spec_tried (6001.0)

@todo

@todo

Scanf::FormatString#match(str) (6001.0)

@todo

@todo

Scanf::FormatString#matched_count (6001.0)

@todo

@todo

Scanf::FormatString#prune(n=matched_count) (6001.0)

@todo

@todo

絞り込み条件を変える

Scanf::FormatString#space (6001.0)

@todo

@todo

Scanf::FormatString#spec_count (6001.0)

@todo

@todo

Scanf::FormatString#to_s (6001.0)

@todo

@todo
<< < 1 2 3 4 > >>