method
add_ips_to_gemfile
rails 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 19
def add_ips_to_gemfile
gem(IPS_GEM_NAME, group: [:development, :test])
end