Method: Hash#to_jexp
- Defined in:
- lib/jstruct/ext/hash.rb
#to_jexp ⇒ Object
2 3 4 5 6 |
# File 'lib/jstruct/ext/hash.rb', line 2 def to_jexp inject(self::class.new) do |h, (key, value)| h.update key.to_s => value.to_jexp end end |
2 3 4 5 6 |
# File 'lib/jstruct/ext/hash.rb', line 2 def to_jexp inject(self::class.new) do |h, (key, value)| h.update key.to_s => value.to_jexp end end |