本文简要介绍ruby语言中 Psych::Handler.end_document
的用法。
用法
end_document(implicit)
调用文件结束。 implicit
是一个布尔值,指示文档是否具有隐式结尾。
示例
给定以下 YAML:
--- hello world
implicit
将是真的。鉴于此 YAML:
--- hello world ...
implicit
将是错误的。
相关用法
- Ruby Handler.start_sequence用法及代码示例
- Ruby Handler.start_mapping用法及代码示例
- Ruby Handler.scalar用法及代码示例
- Ruby Handler.start_document用法及代码示例
- Ruby Handler.alias用法及代码示例
- Ruby Handle类用法及代码示例
- Ruby Handle.new用法及代码示例
- Ruby Hash.reject用法及代码示例
- Ruby Hash shift()用法及代码示例
- Ruby Hash.delete()用法及代码示例
- Ruby Hash length()用法及代码示例
- Ruby Hash.new用法及代码示例
- Ruby Hash.size用法及代码示例
- Ruby Hash rehash用法及代码示例
- Ruby Hash.delete用法及代码示例
- Ruby Hash.hash <=用法及代码示例
- Ruby Hash size()用法及代码示例
- Ruby Hash each_pair()用法及代码示例
- Ruby Hash.select!用法及代码示例
- Ruby Hash value?用法及代码示例
- Ruby Hash values用法及代码示例
- Ruby Hash.ruby2_keywords_hash用法及代码示例
- Ruby Hash.rassoc(obj)用法及代码示例
- Ruby Hash.to_s用法及代码示例
- Ruby Hash.values_at()用法及代码示例
注:本文由纯净天空筛选整理自ruby-lang.org大神的英文原创作品 Handler.end_document。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。