lib/antlr4/runtime/common_token_factory.rb in antlr4-runtime-0.1.0 vs lib/antlr4/runtime/common_token_factory.rb in antlr4-runtime-0.2.0
- old
+ new
@@ -1,7 +1,5 @@
-require 'antlr4/runtime/common_token'
-
module Antlr4::Runtime
class CommonTokenFactory
include Singleton
@@ -25,6 +23,6 @@
def create_simple(type, text)
CommonToken.create2(type, text)
end
end
-end
\ No newline at end of file
+end