別のキーワード
種類
- インスタンスメソッド (396)
- 特異メソッド (48)
- モジュール関数 (36)
- ライブラリ (12)
ライブラリ
- benchmark (48)
-
cgi
/ html (24) - optparse (216)
- pp (12)
- prettyprint (60)
- psych (12)
-
rexml
/ document (12) - rss (84)
-
rubygems
/ timer (12)
クラス
-
Benchmark
:: Report (12) - OptionParser (216)
- PP (12)
- PrettyPrint (60)
-
Psych
:: Emitter (12) -
REXML
:: Formatters :: Pretty (12) -
RSS
:: ImageItemModel :: ImageItem (48) -
RSS
:: Maker :: ImageBase (12) -
RSS
:: Rss :: Channel :: Image (24)
モジュール
- Benchmark (36)
-
CGI
:: HtmlExtension (24) - Kernel (12)
キーワード
- benchmark (12)
- bm (12)
- bmbm (12)
- breakable (24)
- group (12)
-
image
_ width (12) -
image
_ width= (12) - img (24)
-
line
_ width= (12) - new (36)
- on (144)
- pp (24)
- summarize (24)
-
summary
_ width (12) -
summary
_ width= (12) - text (24)
- time (12)
- width (24)
検索結果
先頭5件
-
REXML
:: Formatters :: Pretty # width=(w) (18100.0) -
出力のページ幅を設定します。
出力のページ幅を設定します。
@param w ページ幅の設定値
@see REXML::Formatters::Pretty#width -
RSS
:: ImageItemModel :: ImageItem # width= (15102.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Image # width= (15101.0) -
@todo
@todo -
RSS
:: Maker :: ImageBase # width=() (15100.0) -
@todo
@todo -
OptionParser
# summary _ width=(width) (6106.0) -
サマリを表示するときの幅を整数で指定します。
...-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) (6100.0) -
「好ましい」行幅を整数値で設定します。
「好ましい」行幅を整数値で設定します。
@param width 好ましい行幅
@see Psych::Emitter#line_width -
RSS
:: ImageItemModel :: ImageItem # image _ width= (3102.0) -
@todo
@todo -
pp (108.0)
-
オブジェクトなどを見やすく出力するためのライブラリです。
...=[#<PrettyPrint::Text:0x81a0b30 @tail=2, @wi
dth=1, @text="[">, #<PrettyPrint::Group:0x81a0a68 @group=2, @tail=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......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_detect......2, @text="[", @width=1>,
#<PrettyPrint::Group:0x40d0534
@buf=[#<PrettyPrint::Text:0x40d04f8 @tail=1, @text="1", @width=1>],
@group=2,
@singleline_width=1,
@tail=1>,
#<PrettyPrint::Text:0x40d053e @tail=0, @text=",", @width=1>,... -
OptionParser
# on(long , klass = String , desc = "") {|v| . . . } -> self (6.0) -
オプションを取り扱うためのブロックを自身に登録します。 ブロックはコマンドラインのパース時に、オプションが指定されていれば呼ばれます。
...換されてから、ブロックに渡されます。
opts.on("-w", "--width N", Integer){|w|
p w.class #=> Integer
}
# ruby command --width=32
opts.on("-o", "--overwrite VALUE", TrueClass){|boolean| ...}
# ruby command --overwrite yes
@param short ショートオプションを表...