method

patch_level_options

ruby latest stable - Class: Bundler::CLI::Common

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

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