зеркало из https://github.com/github/ruby.git
4 строки
49 B
Ruby
4 строки
49 B
Ruby
|
if nul = $:.index("-")
|
||
|
$:[nul..-1] = ["."]
|
||
|
end
|