module Remap::Extensions::Array

Public Instance Methods

to_hash() click to toggle source

@return [Array<Hash>]

# File lib/remap/extensions/array.rb, line 10
def to_hash
  map(&:to_hash)
end