Class: Hash
Instance Method Summary collapse
Instance Method Details
#to_ice ⇒ Object
22 23 24 25 26 27 28 |
# File 'lib/ice/cube_helpers.rb', line 22 def to_ice res = {} each_pair do |key,value| res[key] = value.to_ice end res end |