syntax_tree 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "ripper"
4
+
5
+ class SyntaxTree < Ripper
6
+ VERSION = "0.1.0"
7
+ end