Flowdock
method

depend_on_bootsnap?

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: AppBase
depend_on_bootsnap?() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/generators/app_base.rb, line 419
      def depend_on_bootsnap?
        !options[:skip_bootsnap] && !options[:dev] && !defined?(JRUBY_VERSION)
      end
Register or log in to add new notes.