Class: File::Stat
Instance Method Summary collapse
- #file? ⇒ Boolean
- 
  
    
      #initialize(path)  ⇒ Stat 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of Stat. 
- #mtime ⇒ Object
Constructor Details
#initialize(path) ⇒ Stat
Returns a new instance of Stat
| 142 143 144 | # File 'opal/stdlib/nodejs/file.rb', line 142 def initialize(path) @path = path end |