Class: Regexp

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

Instance Method Summary collapse

Instance Method Details

#to_nObject

Public: Returns the internal JavaScript value (with valueOf).



460
461
462
# File 'opal/stdlib/native.rb', line 460

def to_n
  `self.valueOf()`
end