Base
# File lib/rkelly/js/array.rb, line 5 def create(*args) self.new(*args) end
# File lib/rkelly/js/array.rb, line 10 def initialize(*args) super() end