るりまサーチ (Ruby 2.2.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.014秒)
トップページ > クエリ:psych[x] > バージョン:2.2.0[x] > クエリ:scalar[x] > クエリ:quoted=[x]

別のキーワード

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

ライブラリ

クラス

検索結果

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

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

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

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

Psych::Nodes::Scalar.new(value, anchor=nil, tag=nil, plain=true, quoted=false, style=ANY) -> Psych::Nodes:Scalar (43228.0)

Scalar オブジェクトを生成します。

Scalar オブジェクトを生成します。

value は scalar の値を文字列で指定します。

anchor には scalar に付加されている anchor を文字列で指定します。
anchor を付けない場合には nil を指定します。

tag には scalar に付加されている tag を文字列で指定します。
tag を付けない場合には nil を指定します。

plain は plain style であるかどうか、quoted は quoted style であるかどうか
を指定します。style には node の style を整数値で渡します。
style は次...