200 201 202
# File 'lib/opal/native.rb', line 200 def to_native map { |obj| Native === obj ? obj : obj.to_native } end