# File lib/typed-array/functions.rb, line 70 def fill *args, &block ary = self.to_a ary.fill *args, &block self.replace ary end