Class: RKelly::JS::Array

Inherits:
Base
  • Object
show all
Defined in:
lib/rkelly/js/array.rb

Instance Attribute Summary

Attributes inherited from Base

#properties, #return, #value

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Base

#[], #[]=, #can_put?, #default_value, #delete, #has_property?, #returned?

Constructor Details

#initialize(*args) ⇒ Array

Returns a new instance of Array.



10
11
12
# File 'lib/rkelly/js/array.rb', line 10

def initialize(*args)
  super()
end

Class Method Details

.create(*args) ⇒ Object



5
6
7
# File 'lib/rkelly/js/array.rb', line 5

def create(*args)
  self.new(*args)
end