Flowdock
method

fu_mode

Importance_0
v2_2_9 - Show latest stable - 0 notes - Class: FileUtils
fu_mode(mode, path) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/fileutils.rb, line 951
  def fu_mode(mode, path)  #:nodoc:
    mode.is_a?(String) ? symbolic_modes_to_i(mode, path) : mode
  end
Register or log in to add new notes.