class Unparser::Emitter::Kwarg
Keyword argument emitter
Private Instance Methods
dispatch()
click to toggle source
# File lib/unparser/emitter/argument.rb, line 61 def dispatch write(name.to_s, ':') end
Keyword argument emitter
# File lib/unparser/emitter/argument.rb, line 61 def dispatch write(name.to_s, ':') end