1
2
3
4
def hashify(object_array)
		h = Hash.new
		object_array.each do |x|
...

Ruby Less typing same functionality

by lusis.myopenid.com, April 09, 2008 16:40, 4 refactorings, tagged with ruby nagios

I know this can be done but...

Avatar Talk