There was an error while loading. Please reload this page.
2 parents 57712f0 + 28e871a commit 3eafd6fCopy full SHA for 3eafd6f
1 file changed
lib/rbs/collection/sources/local.rb
@@ -9,7 +9,6 @@ class Local
9
attr_reader :path, :full_path
10
11
def initialize(path:, base_directory:)
12
- # TODO: resolve relative path from dir of rbs_collection.yaml
13
@path = Pathname(path)
14
@full_path = base_directory / path
15
end
0 commit comments