Class: Array

Inherits:
Object show all
Defined in:
lib/googl/ruby_extensions.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#to_openstructObject



21
22
23
# File 'lib/googl/ruby_extensions.rb', line 21

def to_openstruct
  map{ |el| el.to_openstruct }
end