Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
after_resolution()
public
Called after resolution ends (either successfully or with an error). By
default, prints a newline.
@return [void]
# File lib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb, line 40
def after_resolution
output.puts
end