Skip to content

Commit 7239294

Browse files
committed
Fix method name typo
1 parent 7012757 commit 7239294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ocran/direction.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def construct(builder)
202202
# If requested, add all ruby standard libraries
203203
if @option.add_all_core?
204204
say "Will include all ruby core libraries"
205-
ruby_library_path.each do |path|
205+
ruby_core_library_dir.each do |path|
206206
# Match the load path against standard library, site_ruby, and vendor_ruby paths
207207
path.to_posix.match(RUBY_LIBRARY_PATH_REGEX) do |m|
208208
subdir = m[1]

0 commit comments

Comments
 (0)