Skip to content

Instantly share code, notes, and snippets.

@mr-Arturio
mr-Arturio / candidates.rb
Last active June 24, 2023 03:07 — forked from NimaBoscarino/candidates.rb
W1D4 - Candidates
require 'active_support/all'
@candidates = [
{
id: 5,
years_of_experience: 4,
github_points: 293,
languages: ['C', 'Ruby', 'Python', 'Clojure'],
date_applied: 5.days.ago.to_date,
age: 26