method
ips_installed?
v8.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 23
def ips_installed?
in_root do
return File.read("Gemfile").match?(IPS_GEM_USED_REGEXP)
end
end