260件ヒット
[1-100件を表示]
(0.016秒)
別のキーワード
種類
- インスタンスメソッド (164)
- 特異メソッド (60)
- クラス (24)
- ライブラリ (12)
ライブラリ
- psych (248)
クラス
- Module (8)
- Object (12)
-
Psych
:: Handler (48) -
Psych
:: Nodes :: Document (36) -
Psych
:: Nodes :: Mapping (36) -
Psych
:: Nodes :: Node (12) -
Psych
:: Nodes :: Scalar (36) -
Psych
:: Nodes :: Sequence (36)
キーワード
- Parser (12)
- Sequence (12)
- new (48)
-
psych
_ yaml _ as (4) - scalar (12)
-
start
_ document (12) -
start
_ mapping (12) -
start
_ sequence (12) - tag= (36)
-
tag
_ directives (12) -
tag
_ directives= (12) - yaml (12)
-
yaml
_ as (4) -
yaml
_ tag (12)
検索結果
先頭5件
-
Psych
:: Nodes :: Mapping # tag -> String|nil (29135.0) -
mapping に付加された tag を返します。
...mapping に付加された tag を返します。
@see Psych::Nodes::Mapping#tag=,
Psych::Nodes::Mapping.new... -
Psych
:: Nodes :: Scalar # tag -> String|nil (29135.0) -
scalar に付加された tag を返します。
...scalar に付加された tag を返します。
@see Psych::Nodes::Scalar#tag=,
Psych::Nodes::Scalar.new... -
Psych
:: Nodes :: Sequence # tag -> String|nil (29135.0) -
sequence に付加された tag を返します。
...sequence に付加された tag を返します。
@see Psych::Nodes::Sequence#tag=,
Psych::Nodes::Sequence.new... -
Psych
:: Nodes :: Node # tag -> String | nil (29125.0) -
ノードに付加されたタグを返します。
...されていない場合は nil を返します。
ast = Psych.parse(<<EOS)
---
- !!str a
- b
EOS
p ast.root.children[0].value # => "a"
p ast.root.children[0].tag # => "tag:yaml.org,2002:str"
p ast.root.children[1].value # => "b"
p ast.root.children[1].tag # => nil... -
Psych
:: Nodes :: Document # tag _ directives=(tags) (17241.0) -
tag directive の配列を設定します。
...tag directive の配列を設定します。
@param tags 設定する tag directive の配列
@see Psych::Nodes::Document#tag_directives,
Psych::Nodes::Document.new... -
Psych
:: Nodes :: Scalar # tag=(t) (17141.0) -
scalar に付加された tag を変更します。
...scalar に付加された tag を変更します。
@param t 設定する tag
@see Psych::Nodes::Scalar#tag,
Psych::Nodes::Scalar.new... -
Psych
:: Nodes :: Document # tag _ directives -> [[String , String]] (17135.0) -
tag directive の配列を返します。
...tag directive の配列を返します。
@see Psych::Nodes::Document#tag_directives=,
Psych::Nodes::Document.new... -
Psych
:: Nodes :: Mapping # tag=(t) (17135.0) -
mapping に付加する tag を設定します。
...mapping に付加する tag を設定します。
@param t 設定する tag
@see Psych::Nodes::Mapping#anchor=,
Psych::Nodes::Mapping.new... -
Psych
:: Nodes :: Sequence # tag=(t) (17135.0) -
sequence に付加する tag を設定します。
...sequence に付加する tag を設定します。
@param t 設定する tag
@see Psych::Nodes::Sequence#anchor=,
Psych::Nodes::Sequence.new...