method

add_ips_to_gemfile

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: BenchmarkGenerator
add_ips_to_gemfile() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.