Class: Array

Inherits:
Object show all
Defined in:
lib/opal/native.rb

Instance Method Summary collapse

Instance Method Details

#to_nativeObject



200
201
202
# File 'lib/opal/native.rb', line 200

def to_native
	map { |obj| Native === obj ? obj : obj.to_native }
end