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 594526d commit 5496f0dCopy full SHA for 5496f0d
1 file changed
README.md
@@ -1,3 +1,11 @@
1
# Exercism's Ruby Analyzer
2
3
This is Exercism's automated analyzer for the Ruby track.
4
+
5
+it is run with `./bin/analyze.sh $EXERCISM $PATH_TO_FILES` and will write a JSON file with an analysis to the same directory.
6
7
+For example:
8
9
+```bash
10
+./bin/analyze.sh two_fer ~/solution-238382y7sds7fsadfasj23j/
11
+```
0 commit comments