Method: Cequel::Record::Persistence::ClassMethods#hydrate
- Defined in:
- lib/cequel/record/persistence.rb
#hydrate(row) ⇒ Object
55 56 57 |
# File 'lib/cequel/record/persistence.rb', line 55 def hydrate(row) new_empty(row).__send__(:hydrated!) end |