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