Class: RKelly::JS::Array
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(*args) ⇒ Array
constructor
A new instance of Array.
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 |