static public Method

FileUtils.private_module_function(name)

There's no documentation for this item.

Source Code

# File fileutils.rb, line 87
def self.private_module_function(name)   #:nodoc:
  module_function name
  private_class_method name
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.