class Bundler::Thor::Actions::EmptyDirectory
def initialize(base, destination, config = {})
config
destination
source
base
==== Parameters
Initializes given the source and destination.
def initialize(base, destination, config = {}) @base, @config = base, {:verbose => true}.merge(config) self.destination = destination end