class Unparser::Emitter::Variable

Emitter for various variable accesses

def dispatch

def dispatch
  write(name.to_s)
end