るりまサーチ

最速Rubyリファレンスマニュアル検索!
933件ヒット [1-100件を表示] (0.069秒)
トップページ > クエリ:-[x] > クエリ:width[x]

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

ライブラリ

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

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

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

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

デフォルトは80です。

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

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

Benchmark::Job#list のサイズ。

Benchmark::Job#list のサイズ。

OptionParser#summary_width=(width) (6262.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 (6255.0)

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

...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"]
//}...

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

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

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

絞り込み条件を変える

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

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

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

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

PrettyPrint#maxwidth -> Integer (6200.0)

自身の幅を返します。

自身の幅を返します。

Etc::CS_POSIX_V6_WIDTH_RESTRICTED_ENVS -> Integer (3202.0)

Etc.#confstr の引数に指定します。

Etc.#confstr の引数に指定します。

詳細は confstr(3) を参照してください。

Etc::CS_POSIX_V7_WIDTH_RESTRICTED_ENVS -> Integer (3202.0)

Etc.#confstr の引数に指定します。

Etc.#confstr の引数に指定します。

詳細は confstr(3) を参照してください。

ruby 1.8.4 feature (1458.0)

ruby 1.8.4 feature ruby 1.8.4 での ruby 1.8.3 からの変更点です。

...されたクラス/メソッドなど
* [compat]: 変更されたクラス/メソッドなど
* 互換性のある変更
* only backward-compatibility
* 影響の範囲が小さいと思われる変更もこちら
* [change]: 変更されたクラス/メソッドなど(互換...
...xed: [ruby-talk:166529]

式展開で空のSymbolを作ることができたバグの修正。 ((<ruby-talk:166529>))

p :""

# => ruby 1.8.3 (2005-09-21) [i686-linux]
-
:1: empty symbol literal
# => ruby 1.8.4 (2005-12-16) [i686-linux]
-
:1: empty...
...る最大値は 2147483647 です。
# -e:1:in `printf': width too big (ArgumentError)

: Hash [bug]

#Wed Nov 23 03:40:49 2005 Guy Decoux <ts@moulon.inra.fr>
#
# * re.c (KR_REHASH): should cast to unsigned for 64bit CPU.
# [ruby-core:06721]

sizeof(long) > sizeof(int)...

絞り込み条件を変える

<< 1 2 3 ... > >>