method

empty_directory

ruby latest stable - Class: Bundler::Thor::Actions

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

empty_directory(destination, config = {})
public

Creates an empty directory.

Parameters

destination

the relative path to the destination root.

config

give :verbose => false to not log the status.

Examples

empty_directory "doc"