From: shyouhei@... Date: 2018-04-19T08:13:17+00:00 Subject: [ruby-core:86602] [CommonRuby Feature#8258][Feedback] Dir#escape_glob Issue #8258 has been updated by shyouhei (Shyouhei Urabe). Status changed from Open to Feedback Issue #13056 introduced base: option to DIr.glob method. Is this issue still needed? ---------------------------------------- Feature #8258: Dir#escape_glob https://bugs.ruby-lang.org/issues/8258#change-71559 * Author: steveklabnik (Steve Klabnik) * Status: Feedback * Priority: Normal * Assignee: * Target version: ---------------------------------------- This is inspired by https://github.com/rails/rails/issues/6010. Basically, if you do a Dir.glob in a directory whose name contains a glob character, things break. It would be nice to have a method which would escape the input so that we can Dir.glob inside of those directories. -- https://bugs.ruby-lang.org/ Unsubscribe: