Method: Coopy::SimpleView#hash_set
- Defined in:
- lib/lib/coopy/simple_view.rb
#hash_set(h, str, d) ⇒ Object
30 31 32 33 34 35 36 37 38 39 |
# File 'lib/lib/coopy/simple_view.rb', line 30 def hash_set(h,str,d) hh = h begin value = d begin value1 = value hh[str] = value1 end end end |