class Cucumber::Core::Ast::DataTable

def build_hashes

def build_hashes
  cells_rows[1..-1].map do |row|
    row.to_hash
  end
end