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 f3f5c15 commit 3b40a83Copy full SHA for 3b40a83
lib/syntax_tree.rb
@@ -21,7 +21,6 @@ module SyntaxTree
21
# CLI. Requiring those features takes time, so we autoload as many constants
22
# as possible in order to keep the CLI as fast as possible.
23
24
- autoload :Database, "syntax_tree/database"
25
autoload :DSL, "syntax_tree/dsl"
26
autoload :FieldVisitor, "syntax_tree/field_visitor"
27
autoload :Index, "syntax_tree/index"
lib/syntax_tree/database.rb
0 commit comments