Class: Array

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

Instance Method Summary collapse

Instance Method Details

#to_nativeObject



198
199
200
# File 'lib/opal/native.rb', line 198

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