Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/rscribd.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#to_hsh ⇒ Object
23 24 25 26 27 |
# File 'lib/rscribd.rb', line 23 def to_hsh h = Hash.new each { |k, v| h[k] = v } h end |