method

ips_installed?

ips_installed?()
private

No documentation available.

# File railties/lib/rails/generators/rails/benchmark/benchmark_generator.rb, line 22
      def ips_installed?
        in_root do
          return File.read("Gemfile").match?(/gem.*\b#{IPS_GEM_NAME}\b.*/)
        end
      end