method
fu_mode
ruby latest stable - Class:
FileUtils
fu_mode(mode, path)public
No documentation available.
# File lib/fileutils.rb, line 875
def fu_mode(mode, path) #:nodoc:
mode.is_a?(String) ? symbolic_modes_to_i(mode, path) : mode
end