class Cucumber::Core::Ast::DataTable

def rows

def rows
  hashes.map do |hash|
    hash.values_at(*headers)
  end
end