Server IP : 66.29.132.122 / Your IP : 18.117.230.165 Web Server : LiteSpeed System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : admazpex ( 531) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/proc/self/root/proc/thread-self/root/proc/thread-self/root/opt/alt/ruby22/lib64/ruby/2.2.0/rake/ |
Upload File : |
# TODO: Remove in rake 11 # Local Rake override to fix bug in Ruby 0.8.2 module Test # :nodoc: # Local Rake override to fix bug in Ruby 0.8.2 module Unit # :nodoc: # Local Rake override to fix bug in Ruby 0.8.2 module Collector # :nodoc: # Local Rake override to fix bug in Ruby 0.8.2 class Dir # :nodoc: undef collect_file def collect_file(name, suites, already_gathered) # :nodoc: dir = File.dirname(File.expand_path(name)) $:.unshift(dir) unless $:.first == dir if @req @req.require(name) else require(name) end find_test_cases(already_gathered).each do |t| add_suite(suites, t.suite) end ensure $:.delete_at $:.rindex(dir) end end end end end