Method: Bundler::FileUtils.collect_method
- Defined in:
- lib/bundler/vendor/fileutils/lib/fileutils.rb
.collect_method(opt) ⇒ Object
2611 2612 2613 |
# File 'lib/bundler/vendor/fileutils/lib/fileutils.rb', line 2611 def self.collect_method(opt) OPT_TABLE.keys.select {|m| OPT_TABLE[m].include?(opt) } end |