# File lib/cucumber/ast/table.rb, line 101 def rows_hash return @rows_hash if @rows_hash verify_table_width(2) @rows_hash = self.transpose.hashes[0].freeze end