Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/webgen/coreext.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#to_hash ⇒ Object
:nodoc:.
Instance Method Details
#to_hash ⇒ Object
:nodoc:
6 7 8 9 10 |
# File 'lib/webgen/coreext.rb', line 6 def to_hash # :nodoc: h = {} self.each {|k,v| h[k] = v} h end |