Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/webgen/coreext.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#to_hashObject

:nodoc:



4
5
6
7
8
# File 'lib/webgen/coreext.rb', line 4

def to_hash # :nodoc:
  h = {}
  self.each {|k,v| h[k] = v}
  h
end