るりまサーチ (Ruby 2.1.0)

最速Rubyリファレンスマニュアル検索!
5件ヒット [1-5件を表示] (0.010秒)
トップページ > クエリ:quo[x] > バージョン:2.1.0[x] > クラス:Psych::Nodes::Scalar[x]

別のキーワード

  1. _builtin quo
  2. bigdecimal quo
  3. complex quo
  4. numeric quo
  5. rational quo

ライブラリ

キーワード

検索結果

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

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

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

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

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

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

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

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

Psych::Nodes::Scalar::DOUBLE_QUOTED -> Integer (18304.0)

double quoted style を表します。

...double quoted style を表します。

@see Psych::Nodes::Scalar.new,
Psych::Nodes::Scalar
#style,
Psych::Handler#scalar...

Psych::Nodes::Scalar::SINGLE_QUOTED -> Integer (18304.0)

single quoted style を表します。

...single quoted style を表します。

@see Psych::Nodes::Scalar.new,
Psych::Nodes::Scalar
#style,
Psych::Handler#scalar...

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

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

...
style は次の値のいずれかです。
* Psych::Nodes::Scalar::ANY
* Psych::Nodes::Scalar::PLAIN
* Psych::Nodes::Scalar::SINGLE_QUOTED
* Psych::Nodes::Scalar::DOUBLE_QUOTED
* Psych::Nodes::Scalar::LITERAL
* Psych::Nodes::Scalar::FOLDED

@param value スカラー値
@param anchor...

絞り込み条件を変える