Class: Regexp

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

Instance Method Summary collapse

Instance Method Details

#to_nObject



370
371
372
# File 'opal/stdlib/native.rb', line 370

def to_n
  `self.valueOf()`
end