method
    
    chmod
 
  chmod(mode)
  public
  
    Hide source    
    
      
  
# File lib/fileutils.rb, line 1214 def chmod(mode) if symlink? File.lchmod mode, path() if have_lchmod? else File.chmod mode, path() end end

 RSpec
RSpec Ruby on Rails
Ruby on Rails Ruby
Ruby 
   
    
 
   = protected
 = protected
  