396件ヒット
[1-100件を表示]
(0.063秒)
別のキーワード
ライブラリ
- ビルトイン (36)
- benchmark (12)
-
cgi
/ html (24) - optparse (180)
- prettyprint (72)
- psych (36)
-
rexml
/ document (12) -
rubygems
/ timer (12)
クラス
-
Benchmark
:: Job (12) - OptionParser (180)
- PrettyPrint (72)
-
Psych
:: Emitter (12) -
Psych
:: Nodes :: Node (24) -
RDoc
:: Options (12) -
REXML
:: Formatters :: Pretty (12) - String (36)
モジュール
-
CGI
:: HtmlExtension (24) - Kernel (12)
検索結果
先頭5件
-
REXML
:: Formatters :: Pretty # width -> Integer (18208.0) -
出力のページ幅を返します。
...出力のページ幅を返します。
デフォルトは80です。
@see REXML::Formatters::Pretty#width=... -
Benchmark
:: Job # width -> Integer (18202.0) -
Benchmark::Job#list のサイズ。
Benchmark::Job#list のサイズ。 -
OptionParser
# summary _ width -> Integer (6220.0) -
サマリを表示するときの幅を整数で返します。
...", "--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\... -
RDoc
:: Options # tab _ width -> Integer (6218.0) -
コマンドライン引数の --tab-width オプションで指定した数値を返します。
...コマンドライン引数の --tab-width オプションで指定した数値を返します。... -
Psych
:: Emitter # line _ width -> Integer (6208.0) -
「好ましい」行幅を返します。
...「好ましい」行幅を返します。
@see Psych::Emitter#line_width=... -
PrettyPrint
# maxwidth -> Integer (6201.0) -
自身の幅を返します。
自身の幅を返します。 -
OptionParser
# summarize(to = [] , width = self . summary _ width , max = width - 1 , indent= self . summary _ indent) -> () (413.0) -
サマリを指定された to へと加えていきます。
...am to サマリを出力するオブジェクトを指定します。to には << メソッドが定義されいる必要があります。
@param width サマリの幅を整数で指定します。
@param max サマリの最大幅を整数で指定します。
@param indent サマリのインデ......"--init")
opts.on("-u", "--update")
opts.on_tail("-h", "--help")
end
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", "... -
OptionParser
# summarize(to = [] , width = self . summary _ width , max = width - 1 , indent= self . summary _ indent) {|line| . . . } -> () (413.0) -
サマリを指定された to へと加えていきます。
...am to サマリを出力するオブジェクトを指定します。to には << メソッドが定義されいる必要があります。
@param width サマリの幅を整数で指定します。
@param max サマリの最大幅を整数で指定します。
@param indent サマリのインデ......"--init")
opts.on("-u", "--update")
opts.on_tail("-h", "--help")
end
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", "... -
PrettyPrint
# group(indent = 0 , open _ obj = & # 39;& # 39; , close _ obj = & # 39;& # 39; , open _ width = open _ obj . length , close _ width = close _ obj . length) { . . . } -> () (327.0) -
与えられたブロックを実行します。 ブロック内で自身に追加される文字列やオブジェクトは、1行にまとめて表示しても よい同じグループに属すると仮定されます。
...れた場合、self.text(open_obj, open_width) がブロックが
実行される前に呼ばれます。開き括弧などを出力するのに使用されます。
@param close_obj 指定された場合、self.text(close_obj, close_width) がブロックが
実行......された後に呼ばれます。閉じ括弧などを出力するのに使用されます。
@param open_width open_obj のカラムを指定します。
@param close_width close_obj のカラムを指定します。...