method
patch_level_options
v2_6_3 -
Show latest stable
- Class:
Bundler::CLI::Common
patch_level_options(options)public
No documentation available.
# File lib/bundler/cli/common.rb, line 90
def self.patch_level_options(options)
[:major, :minor, :patch].select {|v| options.keys.include?(v.to_s) }
end