class Bundler::Thor::Shell::Basic

def file_collision_help #:nodoc:

:nodoc:
def file_collision_help #:nodoc:
  <<-HELP
  Y - yes, overwrite
  n - no, do not overwrite
  a - all, overwrite this and all others
  q - quit, abort
  d - diff, show the differences between the old and the new
  h - help, show this help
  HELP
end