method
guard_clean
v2_6_3 -
Show latest stable
- Class:
Bundler::GemHelper
guard_clean()protected
No documentation available.
# File lib/bundler/gem_helper.rb, line 140
def guard_clean
clean? && committed? || raise("There are files that need to be committed first.")
end