# File lib/regin/collection.rb, line 5
    def initialize(*args)
      @array = Array.new(*args)
    end