32 33 34 35
# File 'lib/opal/nodes/literal.rb', line 32 def compile push value.to_s wrap '(', ')' if recv? end