Method: Bundler::CLI::Common.patch_level_options
- Defined in:
- lib/bundler/cli/common.rb
.patch_level_options(options) ⇒ Object
126 127 128 |
# File 'lib/bundler/cli/common.rb', line 126 def self.() [:major, :minor, :patch].select {|v| .keys.include?(v.to_s) } end |