259 260 261
# File 'lib/spec/runner/options.rb', line 259 def which_heckle_runner ([/mswin/, /java/].detect{|p| p =~ RUBY_PLATFORM} || Spec::Ruby.version.to_f == 1.9) ? "spec/runner/heckle_runner_unsupported" : "spec/runner/heckle_runner" end