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