class Unparser::Emitter::DStr
Dynamic string emitter
Public Instance Methods
emit_heredoc_reminders()
click to toggle source
# File lib/unparser/emitter/dstr.rb, line 10 def emit_heredoc_reminders writer_with(Writer::DynamicString, node).emit_heredoc_reminder end
Private Instance Methods
dispatch()
click to toggle source
# File lib/unparser/emitter/dstr.rb, line 16 def dispatch writer_with(Writer::DynamicString, node).dispatch end