るりまサーチ (Ruby 3.3)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.116秒)
トップページ > クエリ:I[x] > クエリ:h[x] > バージョン:3.3[x] > クエリ:implicit_end[x]

別のキーワード

  1. _builtin to_h
  2. env to_h
  3. hash to_h
  4. enumerable to_h
  5. array to_h

ライブラリ

クラス

検索結果

Psych::Nodes::Document#implicit_end -> bool (81622.0)

ドキュメントが implicit に終わっているかどうかを返します。

ドキュメントが implicit に終わっているかどうかを返します。

オブジェクト生成時のデフォルト値は true です。

@see Psych::Nodes::Document#implicit_end=

Psych::Nodes::Document#implicit_end=(bool) (45622.0)

ドキュメントが implicit に終わっているかどうかを設定します。

ドキュメントが implicit に終わっているかどうかを設定します。

@param bool ドキュメントが implicit に終わっているかどうかの設定値
@see Psych::Nodes::Document#implicit_end