Skip to content

Commit 3eafd6f

Browse files
authored
Merge pull request #3146 from ruby/remove-stale-local-source-todo
Remove the resolved TODO from Sources::Local
2 parents 57712f0 + 28e871a commit 3eafd6f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/rbs/collection/sources/local.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ class Local
99
attr_reader :path, :full_path
1010

1111
def initialize(path:, base_directory:)
12-
# TODO: resolve relative path from dir of rbs_collection.yaml
1312
@path = Pathname(path)
1413
@full_path = base_directory / path
1514
end

0 commit comments

Comments
 (0)