class Unparser::Emitter::Undef

Emitter for undef nodes

Private Instance Methods

dispatch() click to toggle source
# File lib/unparser/emitter/undef.rb, line 11
def dispatch
  write('undef ')
  delimited(children)
end