lib/unparser/emitter/match.rb in unparser-0.1.15 vs lib/unparser/emitter/match.rb in unparser-0.1.16
- old
+ new
@@ -3,9 +3,10 @@
module Unparser
class Emitter
# Base class for special match node emitters
class Match < self
+ include Unterminated
OPERATOR = '=~'.freeze
# Emitter for match with local variable assignment
class Lvasgn < self