Flowdock
method

mode_to_s

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: FileUtils
mode_to_s(mode) 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 953
  def mode_to_s(mode)  #:nodoc:
    mode.is_a?(String) ? mode : "%o" % mode
  end
Register or log in to add new notes.