Project

General

Profile

Bug #16668

Updated by nobu (Nobuyoshi Nakada) about 4 years ago

``` 
 ./tool/file2lastrev.rb:10:in `require': /home/imptst/ruby/ruby-2.6.5/tool/vcs.rb:127: syntax error (SyntaxError) 
 ``` 
 ```ruby 
   def self.detect(path, uplevel_limit: 0) 
 ``` 
 

 Should be: 
 ```ruby 
 def self.detect(path, uplevel_limit= 0) 
 ```

Back