class Unparser::Emitter::Primitive::Numeric
Emiter for numeric literals
Private Instance Methods
dispatch()
click to toggle source
# File lib/unparser/emitter/primitive.rb, line 86 def dispatch write(value.inspect) end