class Bundler::Thor::Actions::CreateFile

def force_on_collision?


Shows the file collision menu to the user and gets the result.
def force_on_collision?
  base.shell.file_collision(destination) { render }
end