lib/antlr4/runtime/atn_simulator.rb in antlr4-runtime-0.1.0 vs lib/antlr4/runtime/atn_simulator.rb in antlr4-runtime-0.2.0

- old
+ new

@@ -1,7 +1,5 @@ -require 'antlr4/runtime/dfa_state' - module Antlr4::Runtime class ATNSimulator SERIALIZED_VERSION = ATNDeserializer.SERIALIZED_VERSION @@ -64,6 +62,6 @@ def state_factory(type, rule_index) ATNDeserializer.new.state_factory(type, rule_index) end end -end \ No newline at end of file +end