method
ips_installed?
v7.0.0 -
Show latest stable
- Class:
Rails::Generators::BenchmarkGenerator
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