Source: show | on GitHub
# File ruby/lib/rubygems/commands/setup_command.rb, line 142 def mkdir_p(path, **opts) super (@mkdirs ||= []) << path end