method
collect_method
v2_6_3 -
Show latest stable
- Class:
Bundler::FileUtils
collect_method(opt)private
Returns an Array of method names which have the option opt.
p Bundler::FileUtils.collect_method(:preserve) #=> ["cp", "cp_r", "copy", "install"]