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