102 103 104
# File 'lib/opal/nodes/hash.rb', line 102 def compile push 'Opal.to_hash(', expr(value), ')' end