種類
- インスタンスメソッド (1196)
- 特異メソッド (354)
- クラス (264)
- 定数 (264)
- モジュール (24)
クラス
- Module (8)
- Object (36)
-
Psych
:: Emitter (84) -
Psych
:: Handler (144) -
Psych
:: Nodes :: Alias (36) -
Psych
:: Nodes :: Document (120) -
Psych
:: Nodes :: Mapping (144) -
Psych
:: Nodes :: Node (96) -
Psych
:: Nodes :: Scalar (228) -
Psych
:: Nodes :: Sequence (144) -
Psych
:: Nodes :: Stream (84) -
Psych
:: Parser (108) -
Psych
:: Parser :: Mark (36) -
Psych
:: ScalarScanner (36) -
Psych
:: Stream (48) -
Psych
:: SyntaxError (72) -
Psych
:: TreeBuilder (24) -
Psych
:: Visitors :: YAMLTree (120)
キーワード
- << (12)
- ANY (60)
- Alias (12)
- BLOCK (24)
- BadAlias (12)
-
DOUBLE
_ QUOTED (12) - Document (12)
- Emitter (12)
- Exception (12)
- FLOW (24)
- FOLDED (12)
- Handler (12)
-
LIBYAML
_ VERSION (12) - LITERAL (12)
- Mapping (12)
- Mark (12)
- Node (12)
- Nodes (12)
- Omap (12)
- PLAIN (12)
- Parser (12)
- Psych (12)
-
SINGLE
_ QUOTED (12) - Scalar (12)
- ScalarScanner (12)
- Sequence (12)
- Set (12)
- Stream (24)
- SyntaxError (12)
- TreeBuilder (12)
- UTF16BE (24)
- UTF16LE (24)
- UTF8 (24)
- VERSION (12)
- Visitor (12)
- Visitors (12)
- YAMLTree (12)
- alias (12)
- anchor (48)
- anchor= (48)
- canonical (12)
- canonical= (12)
- children (12)
- column (24)
- context (12)
- dump (24)
-
dump
_ stream (12) - each (24)
- empty (12)
- encoding (12)
- encoding= (12)
-
end
_ document (12) -
end
_ mapping (12) -
end
_ sequence (12) -
end
_ stream (12) - file (12)
- finish (24)
- finished (12)
- finished? (12)
- handler (12)
- handler= (12)
- implicit (36)
- implicit= (36)
-
implicit
_ end (12) -
implicit
_ end= (12) - indentation (12)
- indentation= (12)
- index (12)
-
libyaml
_ version (12) - line (24)
-
line
_ width (12) -
line
_ width= (12) - load (15)
-
load
_ documents (8) -
load
_ file (12) -
load
_ stream (24) - mark (12)
- new (144)
- offset (12)
- parse (24)
-
parse
_ file (12) -
parse
_ stream (24) -
parse
_ time (12) - parser (12)
- plain (12)
- plain= (12)
- problem (12)
-
psych
_ to _ yaml (12) -
psych
_ y (12) -
psych
_ yaml _ as (4) - push (12)
- quoted (12)
- quoted= (12)
- root (24)
-
safe
_ load (19) - scalar (12)
- start (36)
-
start
_ document (12) -
start
_ mapping (12) -
start
_ sequence (12) -
start
_ stream (12) - started (12)
- started? (12)
- streaming? (12)
- style (36)
- style= (36)
- tag (48)
- tag= (36)
-
tag
_ directives (12) -
tag
_ directives= (12) -
to
_ json (12) -
to
_ ruby (12) -
to
_ yaml (24) - tokenize (12)
- transform (12)
- tree (12)
- value (12)
- value= (12)
- version (12)
- version= (12)
- y (12)
- yaml (12)
-
yaml
_ as (4) -
yaml
_ tag (12)
検索結果
-
Psych
:: Visitors :: YAMLTree . new(options = {} , emitter = Psych :: TreeBuilder . new , ss = Psych :: ScalarScanner . new) -> Psych :: Visitors :: YAMLTree (2.0) -
YAMLTree オブジェクトを生成します。
...定します。
Psych.dump と同じオプションが指定できます。
emitter には AST の構築に使われる Psych::TreeBuilder オブジェクト
を渡します。
ss は Ruby の String が YAML document 上で quote が必要かどうか
を判定するための Psych::ScalarScanner......常デフォルトのものから変える必要はないでしょう。
@param options オプション
@param emitter AST の構築に使う Psych::TreeBuilder オブジェクト
@param ss 文字列に quite が必要かどうかを判定するための Psych::ScalarScanner オブジェクト...