# File lib/bummr/cli.rb, line 69 def bisect check(false) if yes? "Would you like to bisect in order to find which gem is causing " + "your build to break? (y/n)" Bummr::Bisecter.instance.bisect end end