Class: Regexp

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

Instance Method Summary collapse

Instance Method Details

#to_nObject



381
382
383
# File 'opal/stdlib/native.rb', line 381

def to_n
  `self.valueOf()`
end