class Array

Monkey-patching Array

Public Instance Methods

to_open_struct() click to toggle source
# File lib/core_ext/array.rb, line 4
def to_open_struct
  map(&:to_open_struct)
end