class Bundler::Thor::Actions::EmptyDirectory

def on_conflict_behavior(&block)


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