Skip to content

Commit e8ea612

Browse files
authored
Merge pull request #949 from ruby-concurrency/eregon-patch-1
Simplify require_relative
2 parents 42b658c + a35b507 commit e8ea612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
require_relative "./concurrent"
1+
require_relative "concurrent"

0 commit comments

Comments
 (0)