# File lib/cucumber/ast/table.rb, line 124
      def hashes
        @hashes ||= cells_rows[1..-1].map do |row|
          row.to_hash
        end
      end