るりまサーチ

最速Rubyリファレンスマニュアル検索!
413件ヒット [1-100件を表示] (0.168秒)

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. rsa n=
  3. rsa n
  4. openssl n=
  5. pop n_bytes

ライブラリ

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

Benchmark::Job#width -> Integer (21202.0)

Benchmark::Job#list のサイズ。

...Benchmark::Job#list のサイズ。...

RSS::Rss::Channel::Image#width (21103.0)

@todo

@todo

Scanf::FormatSpecifier#width (21102.0)

@todo

@todo

REXML::Formatters::Pretty#width -> Integer (18208.0)

出力のページ幅を返します。

...出力のページ幅を返します。

デフォルトは80です。

@see REXML::Formatters::Pretty#width=...

Psych::Emitter#line_width=(width) (12315.0)

「好ましい」行幅を整数値で設定します。

...「好ましい」行幅を整数値で設定します。

@param width 好ましい行幅
@see Psych::Emitter#line_width...

絞り込み条件を変える

Psych::Emitter#line_width -> Integer (12208.0)

「好ましい」行幅を返します。

...「好ましい」行幅を返します。

@see Psych::Emitter#line_width=...

OptionParser#summary_width=(width) (9281.0)

サマリを表示するときの幅を整数で指定します。

...ます。

@param width サマリを表示するときの幅を整数で指定します。

//emlist[例][ruby]{
require "optparse"

opts = OptionParser.new do |opts|
opts.on_head("-i", "--init")
opts.on("-u", "--update")
opts.on_tail("-h", "--help")
end

opts.summary_width # => 32
opts.su...
...mmarize
# => [" -i, --init\n", " -u, --update\n", " -h, --help\n"]
opts.summary_width = 8 # => 8
opts.summary_width # => 8
opts.summarize
# => [" -i\n", " --init\n", " -u\n", " --update\n", " -h\n", " --help\n"]
//}...

OptionParser#summary_width -> Integer (9274.0)

サマリを表示するときの幅を整数で返します。

...返します。

@return サマリを表示するときの幅を整数で返します。

//emlist[例][ruby]{
require "optparse"

opts = OptionParser.new do |opts|
opts.on_head("-i", "--init")
opts.on("-u", "--update")
opts.on_tail("-h", "--help")
end

opts.summary_width # => 32
opts.summ...
...arize
# => [" -i, --init\n", " -u, --update\n", " -h, --help\n"]
opts.summary_width = 8
opts.summary_width # =>8
opts.summarize
# => [" -i\n", " --init\n", " -u\n", " --update\n", " -h\n", " --help\n"]
//}...

RDoc::Options#tab_width -> Integer (9218.0)

コマンドライン引数の --tab-width オプションで指定した数値を返します。

...コマンドライン引数の --tab-width オプションで指定した数値を返します。...

PrettyPrint#maxwidth -> Integer (9201.0)

自身の幅を返します。

自身の幅を返します。

絞り込み条件を変える

<< 1 2 3 ... > >>