別のキーワード
ライブラリ
- ビルトイン (36)
- benchmark (72)
-
cgi
/ html (24) - etc (396)
- optparse (216)
- pp (12)
- prettyprint (120)
- psych (72)
-
rexml
/ document (24) - rss (96)
-
rubygems
/ timer (12) - scanf (6)
クラス
-
Benchmark
:: Job (24) -
Benchmark
:: Report (12) - OptionParser (216)
- PP (12)
- PrettyPrint (120)
-
Psych
:: Emitter (24) -
Psych
:: Nodes :: Node (24) -
RDoc
:: Options (12) -
REXML
:: Formatters :: Pretty (24) -
RSS
:: ImageItemModel :: ImageItem (48) -
RSS
:: Maker :: ImageBase (24) -
RSS
:: Rss :: Channel :: Image (24) -
Scanf
:: FormatSpecifier (6) - String (36)
モジュール
- Benchmark (36)
-
CGI
:: HtmlExtension (24) - Etc (396)
- Kernel (12)
- Psych (24)
キーワード
-
CS
_ GNU _ LIBC _ VERSION (12) -
CS
_ GNU _ LIBPTHREAD _ VERSION (12) -
CS
_ PATH (12) -
CS
_ POSIX _ V6 _ ILP32 _ OFF32 _ CFLAGS (12) -
CS
_ POSIX _ V6 _ ILP32 _ OFF32 _ LDFLAGS (12) -
CS
_ POSIX _ V6 _ ILP32 _ OFF32 _ LIBS (12) -
CS
_ POSIX _ V6 _ ILP32 _ OFFBIG _ CFLAGS (12) -
CS
_ POSIX _ V6 _ ILP32 _ OFFBIG _ LDFLAGS (12) -
CS
_ POSIX _ V6 _ ILP32 _ OFFBIG _ LIBS (12) -
CS
_ POSIX _ V6 _ LP64 _ OFF64 _ CFLAGS (12) -
CS
_ POSIX _ V6 _ LP64 _ OFF64 _ LDFLAGS (12) -
CS
_ POSIX _ V6 _ LP64 _ OFF64 _ LIBS (12) -
CS
_ POSIX _ V6 _ LPBIG _ OFFBIG _ CFLAGS (12) -
CS
_ POSIX _ V6 _ LPBIG _ OFFBIG _ LDFLAGS (12) -
CS
_ POSIX _ V6 _ LPBIG _ OFFBIG _ LIBS (12) -
CS
_ POSIX _ V6 _ WIDTH _ RESTRICTED _ ENVS (12) -
CS
_ POSIX _ V7 _ ILP32 _ OFF32 _ CFLAGS (12) -
CS
_ POSIX _ V7 _ ILP32 _ OFF32 _ LDFLAGS (12) -
CS
_ POSIX _ V7 _ ILP32 _ OFF32 _ LIBS (12) -
CS
_ POSIX _ V7 _ ILP32 _ OFFBIG _ CFLAGS (12) -
CS
_ POSIX _ V7 _ ILP32 _ OFFBIG _ LDFLAGS (12) -
CS
_ POSIX _ V7 _ ILP32 _ OFFBIG _ LIBS (12) -
CS
_ POSIX _ V7 _ LP64 _ OFF64 _ CFLAGS (12) -
CS
_ POSIX _ V7 _ LP64 _ OFF64 _ LDFLAGS (12) -
CS
_ POSIX _ V7 _ LP64 _ OFF64 _ LIBS (12) -
CS
_ POSIX _ V7 _ LPBIG _ OFFBIG _ CFLAGS (12) -
CS
_ POSIX _ V7 _ LPBIG _ OFFBIG _ LDFLAGS (12) -
CS
_ POSIX _ V7 _ LPBIG _ OFFBIG _ LIBS (12) -
CS
_ POSIX _ V7 _ THREADS _ CFLAGS (12) -
CS
_ POSIX _ V7 _ THREADS _ LDFLAGS (12) -
CS
_ POSIX _ V7 _ WIDTH _ RESTRICTED _ ENVS (12) -
CS
_ V6 _ ENV (12) -
CS
_ V7 _ ENV (12) -
NEWS for Ruby 2
. 6 . 0 (7) -
NEWS for Ruby 3
. 1 . 0 (4) - benchmark (12)
- bm (12)
- bmbm (12)
- breakable (24)
- center (12)
- dump (24)
- format (12)
- group (12)
-
image
_ width (12) -
image
_ width= (12) - img (24)
-
line
_ width (12) -
line
_ width= (12) - ljust (12)
- maxwidth (12)
- new (72)
- on (144)
- pp (24)
- rdoc (12)
- rjust (12)
-
ruby 1
. 8 . 4 feature (12) -
singleline
_ format (12) - summarize (24)
-
summary
_ width (12) -
summary
_ width= (12) -
tab
_ width (12) - text (24)
- time (12)
-
to
_ yaml (12) - width= (48)
- yaml (12)
検索結果
先頭5件
-
REXML
:: Formatters :: Pretty # width -> Integer (18107.0) -
出力のページ幅を返します。
...出力のページ幅を返します。
デフォルトは80です。
@see REXML::Formatters::Pretty#width=... -
RSS
:: ImageItemModel :: ImageItem # width (18104.0) -
@todo
@todo -
RSS
:: Maker :: ImageBase # width (18102.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Image # width (18102.0) -
@todo
@todo -
Benchmark
:: Job # width -> Integer (18101.0) -
Benchmark::Job#list のサイズ。
Benchmark::Job#list のサイズ。 -
Scanf
:: FormatSpecifier # width (18101.0) -
@todo
@todo -
OptionParser
# summary _ width=(width) (6226.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"]
//}... -
Psych
:: Emitter # line _ width=(width) (6214.0) -
「好ましい」行幅を整数値で設定します。
...「好ましい」行幅を整数値で設定します。
@param width 好ましい行幅
@see Psych::Emitter#line_width... -
OptionParser
# summary _ width -> Integer (6119.0) -
サマリを表示するときの幅を整数で返します。
...)
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", "...