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 15ee412 commit ecfd220Copy full SHA for ecfd220
1 file changed
lib/analyzer.rb
@@ -8,7 +8,8 @@
8
FILENAMES = {
9
"acronym" => "acronym.rb",
10
"two-fer" => "two_fer.rb",
11
- "leap" => "leap.rb"
+ "leap" => "leap.rb",
12
+ "high-scores" => "high_scores.rb"
13
}.freeze
14
15
require 'mandate'
0 commit comments