class Fudge::Tasks::CleanBundlerEnv
Provides a sanitized running environment for Bundler
Public Instance Methods
run(options={})
click to toggle source
Run task
Calls superclass method
# File lib/fudge/tasks/clean_bundler_env.rb, line 6 def run(options={}) Bundler.with_clean_env do super(options.merge(:bundler => true)) end end