Skip to content

Commit 4d130d6

Browse files
skmetzKatrina Owen
authored andcommitted
set max default to 999999
1 parent 21affb8 commit 4d130d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bottles.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class CountdownSong
22
attr_reader :verse_template, :max, :min
33

4-
def initialize(verse_template:, max: 99, min: 0)
4+
def initialize(verse_template:, max: 999999, min: 0)
55
@verse_template = verse_template
66
@max, @min = max, min
77
end

0 commit comments

Comments
 (0)