# File lib/kwalify/yaml-parser.rb, line 801 def create_sequence(linenum=current_linenum()) seq = [] @linenums_table[seq.__id__] = [] return seq end