Skip to content

Instantly share code, notes, and snippets.

View GrantStannard's full-sized avatar

GrantStannard

View GitHub Profile
@GrantStannard
GrantStannard / gilded_rose.rb
Created October 19, 2023 17:49
Arcade Techinical interview
class GildedRose
def initialize(items)
@items = items
end
def update_quality()
@items.each do |item|
case item.name
when "Aged Brie"