# File lib/mega/harray.rb, line 54 def initialize(i=0,e=nil) if i > 0 i.times { self.set(self.length,e) } end end