Class: Regexp

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

Instance Method Summary collapse

Instance Method Details

#to_nObject

Returns the internal JavaScript value (with valueOf).

Returns:

  • the internal JavaScript value (with valueOf).



468
469
470
# File 'opal/stdlib/native.rb', line 468

def to_n
  `self.valueOf()`
end