# File lib/typed-array/functions.rb, line 9 def initialize *args, &block ary = Array.new *args, &block self.replace ary end