class RSpec::Core::RakeTask

def runner

def runner
  @rcov ? @rcov_path : rspec_path
end