Class: Rhubarb::Persistence::DbCollection
- Inherits:
-
Hash
- Object
- Hash
- Rhubarb::Persistence::DbCollection
- 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_set ⇒ Object
31 |
# File 'lib/rhubarb/rhubarb.rb', line 31 alias orig_set []= |