# File lib/ruby_toggle_file.rb, line 33
  def implementation_file(test)
    m = TEST_RE.match(test)
    run_hooks_with_args_until_success %r/^implementation_file_/, test, m&&(m.pre_match+"/"), m&&m[1], m&&m[2]
  end