method
add_ips_to_gemfile
v7.0.0 -
Show latest stable
- Class:
Rails::Generators::BenchmarkGenerator
add_ips_to_gemfile()private
No documentation available.
# File railties/lib/rails/generators/rails/benchmark/benchmark_generator.rb, line 18
def add_ips_to_gemfile
gem(IPS_GEM_NAME, group: [:development, :test])
end