# File lib/cucumber/ast/table.rb, line 569 def ensure_array_of_array(array) Hash === array[0] ? hashes_to_array(array) : array end