Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/core_ext/array.rb

Overview

Monkey-patching Array

Instance Method Summary collapse

Instance Method Details

#to_open_structObject



4
5
6
# File 'lib/core_ext/array.rb', line 4

def to_open_struct
  map(&:to_open_struct)
end