module Sire::Aggregate::ClassMethods

Public Instance Methods

new(array) click to toggle source
Calls superclass method
# File lib/sire/aggregate.rb, line 11
def new(array)
  array.map { |v| super(v) }.freeze
end