We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f860b23 commit a33fde1Copy full SHA for a33fde1
lib/bundler.rb
@@ -172,7 +172,7 @@ def auto_switch
172
self_manager.restart_with_locked_bundler_if_needed
173
end
174
175
- # Automatically install dependencies if settings[:auto_install] exists.
+ # Automatically install dependencies if <tt>settings[:auto_install]</tt> exists.
176
# This is set through config cmd `bundle config set --global auto_install 1`.
177
#
178
# Note that this method `nil`s out the global Definition object, so it
0 commit comments