Class: Rhubarb::Persistence::DbCollection

Inherits:
Hash
  • Object
show all
Defined in:
lib/rhubarb/rhubarb.rb

Instance Method Summary collapse

Instance Method Details

#[]=(k, v) ⇒ Object



33
34
35
36
37
# File 'lib/rhubarb/rhubarb.rb', line 33

def []=(k,v)
  v.results_as_hash = true if v
  v.type_translation = true if v
  orig_set(k,v)
end

#orig_setObject



31
# File 'lib/rhubarb/rhubarb.rb', line 31

alias orig_set []=