Class: String

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

Instance Method Summary collapse

Instance Method Details

#to_nativeObject



258
259
260
# File 'lib/opal/native.rb', line 258

def to_native
	`this.valueOf()`
end