зеркало из https://github.com/github/ruby.git
6 строки
110 B
Ruby
6 строки
110 B
Ruby
|
#!/usr/bin/env ruby
|
||
|
|
||
|
# Load the test files from the command line.
|
||
|
|
||
|
ARGV.each { |f| load f unless f =~ /^-/ }
|