るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. openssl integer
  2. asn1 integer
  3. _builtin integer
  4. integer downto
  5. integer digits

検索結果

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

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

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

デフォルトは80です。

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

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

Benchmark::Job#list のサイズ。

Benchmark::Job#list のサイズ。

PrettyPrint#maxwidth -> Integer (27907.0)

自身の幅を返します。

自身の幅を返します。

OptionParser#summary_width -> Integer (18964.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.summarize
# => [" -i, --init\n", " ...

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

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

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

絞り込み条件を変える

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

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

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

@see Psych::Emitter#line_width=