method

bundle_install?

rails latest stable - Class: Rails::Generators::AppBase
bundle_install?()
private

No documentation available.

# File railties/lib/rails/generators/app_base.rb, line 637
      def bundle_install?
        !(options[:skip_bundle] || options[:pretend])
      end