Method: Sequel::Dataset#to_hash
- Defined in:
- lib/sequel/dataset/actions.rb
#to_hash(*a) ⇒ Object
Alias of as_hash for backwards compatibility.
937 938 939 |
# File 'lib/sequel/dataset/actions.rb', line 937 def to_hash(*a) as_hash(*a) end |