module Gem::Commands::SetupCommand::MakeDirs

def mkdir_p(path, **opts)

def mkdir_p(path, **opts)
  super
  (@mkdirs ||= []) << path
end