44件ヒット
[1-44件を表示]
(0.178秒)
種類
- インスタンスメソッド (33)
- 特異メソッド (11)
ライブラリ
- psych (44)
キーワード
- canonical (11)
- indentation (11)
-
line
_ width (11) - new (11)
検索結果
先頭4件
-
Psych
:: Emitter # indentation -> Integer (12401.0) -
インデントのレベルを返します。
...インデントのレベルを返します。
@see Psych::Emitter#indentation=... -
Psych
:: Emitter # line _ width -> Integer (12401.0) -
「好ましい」行幅を返します。
...「好ましい」行幅を返します。
@see Psych::Emitter#line_width=... -
Psych
:: Emitter # canonical -> bool (9201.0) -
出力の style が canonical であるならば真を返します。
...出力の style が canonical であるならば真を返します。
@see Psych::Emitter#canonical=... -
Psych
:: Emitter . new(io) -> Psych :: Emitter (6301.0) -
Emitter オブジェクトを生成して返します。
...Emitter オブジェクトを生成して返します。
@param io 出力先の IO オブジェクト...