mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
local_path?
is a class method [ci skip]
This commit is contained in:
parent
cc6fe15241
commit
c775ab5e28
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ class VCS
|
|||
end
|
||||
|
||||
def _get_revisions(path, srcdir = nil)
|
||||
if srcdir and local_path?(path)
|
||||
if srcdir and self.class.local_path?(path)
|
||||
path = File.join(srcdir, path)
|
||||
end
|
||||
if srcdir
|
||||
|
|
Loading…
Reference in a new issue