instance method
ips_installed?
Ruby on Rails 7.2.3
Since v6.1.7.10 PrivateSignature
ips_installed?()
No documentation comment.
Source
# 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
Defined in railties/lib/rails/generators/rails/benchmark/benchmark_generator.rb line 23
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators::BenchmarkGenerator