class Rails::Generators::BenchmarkGenerator
def ips_installed?
def ips_installed? in_root do return File.read("Gemfile").match?(IPS_GEM_USED_REGEXP) end end
def ips_installed? in_root do return File.read("Gemfile").match?(IPS_GEM_USED_REGEXP) end end