Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/johnson/spidermonkey/js_land_proxy.rb
Overview
FIXME: This definition should probably be somewhere else
Instance Method Summary collapse
Instance Method Details
#js_properties ⇒ Object
6 7 8 |
# File 'lib/johnson/spidermonkey/js_land_proxy.rb', line 6 def js_properties (0...size).to_a end |
#js_property?(name) ⇒ Boolean
3 4 5 |
# File 'lib/johnson/spidermonkey/js_land_proxy.rb', line 3 def js_property?(name) name == :length end |