るりまサーチ

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

別のキーワード

  1. rss width=
  2. rss width
  3. etc cs_posix_v6_width_restricted_envs
  4. etc cs_posix_v7_width_restricted_envs
  5. job width

ライブラリ

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

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

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

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

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

RSS::ImageItemModel::ImageItem#width= (15118.0)

@todo

...@todo...

RSS::Rss::Channel::Image#width= (15117.0)

@todo

...@todo...

RSS::Maker::ImageBase#width=() (15116.0)

@todo

...@todo...

OptionParser#summary_width=(width) (6112.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.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", "...

絞り込み条件を変える

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

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

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

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

RSS::ImageItemModel::ImageItem#image_width= (3118.0)

@todo

...@todo...

pp (636.0)

オブジェクトなどを見やすく出力するためのライブラリです。

...10 @stack=[], @genspace=#<Proc:0x81a0cc0>, @nest=[0], @newline="\n",
@
buf=#<PrettyPrint::Group:0x81a0c98 @group=0, @tail=0, @buf=[#<PrettyPrint::Gro
up:0x81a0ba8 @group=1, @tail=0, @buf=[#<PrettyPrint::Text:0x81a0b30 @tail=2, @wi
dth=
1, @text="[">, #<PrettyPrint::Group:0x81a0a68 @group=2, @ta...
...il=1, @buf=[#<Pre
ttyPrint::Text:0x81a09f0 @tail=1, @width=1, @text="1">], @singleline_width=1>, #
<PrettyPrint::Text:0x81a0a7c @tail=0, @width=1, @text=",">, #<PrettyPrint::Break
able:0x81a0a2c @group=2, @gensace=#<Proc:0x81a0cc0>, @newline="\n", @indent=1, @
tail=2, @sep=" ", @width=1>, #<...
...PrettyPrint::Group:0x81a09c8 @group=2, @tail=1, @
buf=[#<PrettyPrint::Text:0x81a0950 @tail=1, @width=1, @text="2">], @singleline_w
idth=
1>, #<PrettyPrint::Text:0x81a0af4 @tail=0, @width=1, @text="]">], @singleli
ne_width=6>], @singleline_width=6>, @sharing_detection=false>

pp による pretty...

OptionParser#on(long, klass = String, desc = "") {|v| ...} -> self (46.0)

オプションを取り扱うためのブロックを自身に登録します。 ブロックはコマンドラインのパース時に、オプションが指定されていれば呼ばれます。

...# ruby command --width=32

opts.on("-o", "--overwrite VALUE", TrueClass){|boolean| ...}
# ruby command --overwrite yes

@
param short ショートオプションを表す文字列を指定します。

@
param long ロングオプションを表す文字列を指定します。

@
param klass オ...
...プションの引数のクラスを指定します。

@
param desc オプションの説明を文字列で与えます。サマリに表示されます。

@
raise ArgumentError 登録されていないクラスが klass に指定された場合に発生します。

=== デフォルトで利用可...
<< 1 2 3 ... > >>