method

mkdir_p

ruby latest stable - Class: Gem::Commands::SetupCommand::MakeDirs

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

mkdir_p(path, *opts)
public

No documentation available.

# File lib/rubygems/commands/setup_command.rb, line 131
    def mkdir_p(path, *opts)
      super
      (@mkdirs ||= []) << path
    end