lib/unparser/emitter/flow_modifier.rb in unparser-0.5.6 vs lib/unparser/emitter/flow_modifier.rb in unparser-0.5.7
- old
+ new
@@ -12,9 +12,15 @@
private_constant(*constants(false))
handle(*MAP.keys)
+ def emit_heredoc_reminders
+ children.each do |node|
+ emitter(node).emit_heredoc_reminders
+ end
+ end
+
private
def dispatch
write(MAP.fetch(node.type))