We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7012757 commit 7239294Copy full SHA for 7239294
lib/ocran/direction.rb
@@ -202,7 +202,7 @@ def construct(builder)
202
# If requested, add all ruby standard libraries
203
if @option.add_all_core?
204
say "Will include all ruby core libraries"
205
- ruby_library_path.each do |path|
+ ruby_core_library_dir.each do |path|
206
# Match the load path against standard library, site_ruby, and vendor_ruby paths
207
path.to_posix.match(RUBY_LIBRARY_PATH_REGEX) do |m|
208
subdir = m[1]
0 commit comments