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 455cd47 commit b0264c0Copy full SHA for b0264c0
ruby/private/binary_wrapper.tpl
@@ -22,10 +22,10 @@ require 'rbconfig'
22
23
# Ruby 2.4 and older does not have +.children+
24
# So we define it.
25
-unless Dir.respond_to?(:children)
26
- Dir.class.send :define_method, :children do |dir|
27
- Dir.entries(dir).reject { |entry| %w(. ..).include?(entry) }
28
- end
+unless Dir.respond_to?(:children)
+ Dir.class.send :define_method, :children do |dir|
+ Dir.entries(dir).reject { |entry| %w(. ..).include?(entry) }
+ end
29
end
30
31
def find_runfiles
0 commit comments