# File lib/cucumber/ast/table.rb, line 171 def rows hashes.map do |hash| hash.values_at *headers end end