Parent

Methods

Class/Module Index [+]

Quicksearch

Bundler::CLI::Clean

Attributes

options[R]

Public Class Methods

new(options) click to toggle source
# File lib/bundler/cli/clean.rb, line 5
def initialize(options)
  @options = options
end

Public Instance Methods

run() click to toggle source
# File lib/bundler/cli/clean.rb, line 9
def run
  if Bundler.settings[:path] || options[:force]
    Bundler.load.clean(options[:"dry-run"])
  else
    Bundler.ui.error "Can only use bundle clean when --path is set or --force is set"
    exit 1
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.