class Rails::Generators::AppBase

def bundle_install?

def bundle_install?
  !(options[:skip_bundle] || options[:pretend])
end