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 585612a commit 496e9a4Copy full SHA for 496e9a4
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