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