Class: ToSource::Emitter::Literal::PassThrough

Inherits:
ToSource::Emitter::Literal show all
Defined in:
lib/to_source/emitter/literal.rb

Constant Summary

Constants inherited from ToSource::Emitter

REGISTRY

Instance Attribute Summary

Attributes inherited from ToSource::Emitter

#node

Instance Method Summary collapse

Methods inherited from ToSource::Emitter

build, handle, run, #source

Instance Method Details

#dispatchObject



140
141
142
# File 'lib/to_source/emitter/literal.rb', line 140

def dispatch
  emit(node.value)
end