We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21affb8 commit 4d130d6Copy full SHA for 4d130d6
lib/bottles.rb
@@ -1,7 +1,7 @@
1
class CountdownSong
2
attr_reader :verse_template, :max, :min
3
4
- def initialize(verse_template:, max: 99, min: 0)
+ def initialize(verse_template:, max: 999999, min: 0)
5
@verse_template = verse_template
6
@max, @min = max, min
7
end
0 commit comments