るりまサーチ

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

別のキーワード

  1. encoding windows_31j
  2. _builtin windows_31j
  3. encoding cswindows31j
  4. _builtin cswindows31j
  5. json j

ライブラリ

キーワード

検索結果

<< 1 2 3 > >>

PrettyPrint#output -> object (18217.0)

自身の output を返します。

...自身の output を返します。...

IRB::OutputMethod#pp(*objs) -> object (3100.0)

各 obj を inspect した文字列を self に出力し、最後に改行を出力します。

...各 obj を inspect した文字列を self に出力し、最後に改行を出力します。

@param objs 任意のオブジェクトを指定します。...

IRB::OutputMethod#ppx(prefix, *objs) -> object (3100.0)

引数 prefix + 各 obj を inspect した文字列を self に出力し、最後に改行 を出力します。

...引数 prefix + 各 obj を inspect した文字列を self に出力し、最後に改行
を出力します。

@param prefix 各 obj の先頭に追記する文字列を指定します。

@param objs 任意のオブジェクトを指定します。...

IRB::OutputMethod#print(*objs) (3100.0)

NotImplementedError が発生します。

...NotImplementedError が発生します。

@param objs 任意のオブジェクトを指定します。

@raise NotImplementedError 必ず発生します。...

IRB::OutputMethod#printn(*objs) -> nil (3100.0)

各 obj を self に出力し、最後に改行を出力します。

...各 obj を self に出力し、最後に改行を出力します。

@param objs 任意のオブジェクトを指定します。...

絞り込み条件を変える

IRB::OutputMethod#puts(*objs) -> object (3100.0)

各 obj を self に出力し、それぞれの後に改行を出力します。

...各 obj を self に出力し、それぞれの後に改行を出力します。

@param objs 任意のオブジェクトを指定します。...

IRB::StdioOutputMethod#print(*objs) -> nil (3100.0)

引数を標準出力に出力します。

...引数を標準出力に出力します。

@param objs 任意のオブジェクトを指定します。...

PrettyPrint.format(output = &#39;&#39;, maxwidth = 79, newline = "\n", genspace = lambda{|n| &#39; &#39; * n}) {|pp| ...} -> object (241.0)

PrettyPrint オブジェクトを生成し、それを引数としてブロックを実行します。 与えられた output を返します。

...与えられた output を返します。

以下と同じ働きをするもので簡便のために用意されています。

//emlist[][ruby]{
require 'prettyprint'

begin
pp = PrettyPrint.new(output, maxwidth, newline, &genspace)
...
pp.flush
output

end
//}

@param output 出力先を...
...指定します。output は << メソッドを持っていなければなりません。

@param maxwidth 行の最大幅を指定します。ただし、改行できないものが渡された場合は、
実際の出力幅は maxwidth を越えることがあります。

@param n...

REXML::Attribute#write(output, indent = -1) -> object (229.0)

output に self の情報を name='value' という形式で書き込みます。

...output に self の情報を name='value' という形式で書き込みます。

output
が返ります。

@param output 書き込み先の IO オブジェクト
@param indent インデントレベル、ここでは無視される...
<< 1 2 3 > >>