るりまサーチ

最速Rubyリファレンスマニュアル検索!
36件ヒット [1-36件を表示] (0.069秒)

別のキーワード

  1. scalar plain
  2. psych scalar
  3. matrix scalar
  4. scalar quoted=

ライブラリ

クラス

検索結果

Psych::Nodes::Scalar#quoted -> bool (21152.0)

scalar が quoted であるかどうかを返します。

...scalar quoted であるかどうかを返します。

@see Psych::Nodes::Scalar#quoted=,
Psych::Nodes::Scalar.new...

Psych::Handler#scalar(value, anchor, tag, plain, quoted, style) -> () (18281.0)

スカラー値を見付けたときに呼び出されます。

...うか、quoted quoted style であるかどうか
が渡されます。style には node の style が整数値で渡されます。
style は次の値のいずれかです。
* Psych::Nodes::Scalar::PLAIN
* Psych::Nodes::Scalar::SINGLE_QUOTED
* Psych::Nodes::Scalar::DOUBLE_QUOTED
* Psy...
...es::Scalar::LITERAL
* Psych::Nodes::Scalar::FOLDED

必要に応じてこのメソッドを override してください。

@param value スカラー値
@param anchor 関連付けられた anchor の名前
@param tag タグ名
@param plain plain style であるかどうか
@param quoted quoted sty...
...ines

この YAML ドキュメントには4つの文字列が含まれています。
scalar
メソッドは 順に以下の引数で呼び出されます。

# value anchor tag plain quoted style
["foo", nil, "!str", false, false, 3 ]
["fun",...

Psych::Nodes::Scalar#quoted=(bool) (9152.0)

scalar が quoted であるかどうかを変更します。

...scalar quoted であるかどうかを変更します。

@param bool 設定する真偽値
@see Psych::Nodes::Scalar#quoted,
Psych::Nodes::Scalar.new...