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