class Bundler::Thor::Actions::EmptyDirectory

def invoke!

def invoke!
  invoke_with_conflict_check do
    ::FileUtils.mkdir_p(destination)
  end
end