Class: Regexp
Instance Method Summary collapse
- 
  
    
      #to_n  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Public: Returns the internal JavaScript value (with valueOf).
Instance Method Details
#to_n ⇒ Object
Public: Returns the internal JavaScript value (with valueOf).
| 460 461 462 | # File 'opal/stdlib/native.rb', line 460 def to_n `self.valueOf()` end |