method
    
    have_lchmod?
 
  have_lchmod?()
  private
  
    Hide source    
    
      
  
# File lib/fileutils.rb, line 1497 def have_lchmod? # This is not MT-safe, but it does not matter. if $fileutils_rb_have_lchmod == nil $fileutils_rb_have_lchmod = check_have_lchmod? end $fileutils_rb_have_lchmod end

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