lib/unparser/emitter/index.rb in unparser-0.5.7 vs lib/unparser/emitter/index.rb in unparser-0.6.0
- old
+ new
@@ -34,10 +34,10 @@
class Assign < self
handle :indexasgn
VALUE_RANGE = (1..-2).freeze
- NO_VALUE_PARENT = IceNine.deep_freeze(%i[and_asgn op_asgn or_asgn].to_set)
+ NO_VALUE_PARENT = %i[and_asgn op_asgn or_asgn].to_set.freeze
private_constant(*constants(false))
def emit_heredoc_reminders
emitter(children.last).emit_heredoc_reminders