syntax_tree 1.2.0 → 2.0.0

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