るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. rexml quot
  2. entityconst quot
  3. rexml/document quot
  4. quot
  5. quot rexml/document

ライブラリ

クラス

検索結果

Psych::Nodes::Scalar#quoted=(bool) (81901.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 (9904.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 は次...