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 ba1b3a5 commit 111f8b5Copy full SHA for 111f8b5
lib/analyze_solution.rb
@@ -6,6 +6,7 @@ class AnalyzeSolution
6
def call
7
code_to_analyze = File.read(path / FILENAMES[exercise_slug])
8
9
+ p "Analysing #{exercise_slug}"
10
classified_exercise = exercise_slug.tr('-', '_').classify
11
results = "#{classified_exercise}::Analyze".constantize.(code_to_analyze)
12
0 commit comments