Method: FileUtils#fu_mode

Defined in:
lib/fileutils.rb

#fu_mode(mode, path) ⇒ Object

:nodoc:



1722
1723
1724
# File 'lib/fileutils.rb', line 1722

def fu_mode(mode, path)  #:nodoc:
  mode.is_a?(String) ? symbolic_modes_to_i(mode, path) : mode
end