るりまサーチ

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

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. matrix t
  4. t61string new
  5. fiddle type_size_t

ライブラリ

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

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

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

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

デフォルトは80です。

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

RSS::ImageItemModel::ImageItem#width (30205.0)

@todo

...@todo...

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

@todo

...@todo...

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

Benchmark::Job#list のサイズ。

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

RSS::Maker::ImageBase#width (27203.0)

@todo

...@todo...

絞り込み条件を変える

Scanf::FormatSpecifier#width (27202.0)

@todo

...@todo...

REXML::Formatters::Pretty#width=(w) (21208.0)

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

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

@param w ページ幅の設定値
@see REXML::Formatters::Pretty#width...

OptionParser#summary_width=(width) (18527.0)

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

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

//emlist[例][ruby]{
r
equire "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.summarize
#...
...=> [" -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 (18320.0)

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

...

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

//emlist[例][ruby]{
r
equire "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.summarize
# => [...
..." -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"]
//}...
<< 1 2 3 ... > >>