mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
Compare commits
No commits in common. "c6f842ef29bac423efdfaeef78b943f634491177" and "d8f30fa8d390154cd835ea26e5e629a592eb3c6e" have entirely different histories.
c6f842ef29
...
d8f30fa8d3
@ -62,7 +62,7 @@ class Item
|
||||
@quality = quality
|
||||
end
|
||||
|
||||
def to_s
|
||||
def to_s()
|
||||
"#{@name}, #{@sell_in}, #{@quality}"
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user