るりまサーチ

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

別のキーワード

  1. open3 popen2e
  2. socket af_e164
  3. matrix det_e
  4. matrix rank_e
  5. open3 capture2e

ライブラリ

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

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

@todo

@todo

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

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

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

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

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

絞り込み条件を変える

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

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

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

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

OptionParser#summary_width=(width) (9107.0)

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

...ます。

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

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

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

RSS::ImageItemModel::ImageItem#image_width (9103.0)

@todo

@todo

OptionParser#summarize(to = [], width = self.summary_width, max = width - 1, indent= self.summary_indent) -> () (6103.0)

サマリを指定された to へと加えていきます。

...indent サマリのインデントを文字列で指定します。

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

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

opts.summarize
# => [" -i, --init\n", " -u, --update\n"...
..., " -h, --help\n"]
opts.summarize(["description\n"], 10, 8, " ")
# => ["description\n", " -i\n", " --init\n", " -u\n", " --update\n", " -h\n", " --help\n"]
//}...
<< 1 2 3 ... > >>