method
bundle_install?
v7.1.3.2 -
Show 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