1. Gem::
  2. Commands::
  3. SetupCommand::
  4. MakeDirs

module Gem::Commands::SetupCommand::MakeDirs

Public Instance Methods

Source
# File lib/rubygems/commands/setup_command.rb, line 133defmkdir_p(path,**opts)super  (@mkdirs||= [])<<pathend
Calls superclass method