lib/antlr4/runtime/block_start_state.rb in antlr4-runtime-0.1.0 vs lib/antlr4/runtime/block_start_state.rb in antlr4-runtime-0.2.0
- old
+ new
@@ -1,12 +1,10 @@
-require 'antlr4/runtime/decision_state'
-
module Antlr4::Runtime
class BlockStartState < DecisionState
attr_accessor :end_state
def initialize
super
@end_state = nil
end
end
-end
\ No newline at end of file
+end