class Bundler::Thor::Actions::EmptyDirectory

def on_conflict_behavior


What to do when the destination file already exists.
def on_conflict_behavior
  say_status :exist, :blue
end