new

new(anchor = nil, tag = nil, implicit = true, style = BLOCK)
Class Public methods

Create a new object representing a YAML sequence.

anchor is the anchor associated with the sequence or nil. tag is the tag associated with the sequence or nil. implicit a boolean indicating whether or not the sequence was implicitly started. style is an integer indicating the list style.

See Psych::Handler#start_sequence

doc_ruby_on_rails
2015-04-29 08:32:19
Comments
Leave a Comment

Please login to continue.