Flowdock
method

spring_install?

Importance_0
v4.2.9 - Show latest stable - 0 notes - Class: AppBase
spring_install?() protected

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 348
      def spring_install?
        !options[:skip_spring] && Process.respond_to?(:fork) && !RUBY_PLATFORM.include?("cygwin")
      end
Register or log in to add new notes.