class RKelly::JS::Array

Public Class Methods

create(*args) click to toggle source
# File lib/rkelly/js/array.rb, line 5
def create(*args)
  self.new(*args)
end
new(*args) click to toggle source
Calls superclass method
# File lib/rkelly/js/array.rb, line 10
def initialize(*args)
  super()
end