module Gem::Commands::SetupCommand::MakeDirs
Public Instance Methods
                          Calls superclass method 
                        
 
                        
                        # File lib/rubygems/commands/setup_command.rb, line 142 def mkdir_p(path, **opts) super (@mkdirs ||= []) << path end