method

no_or_skip?

ruby latest stable - Class: Bundler::Thor::Arguments

Method not available on this version

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

no_or_skip?(arg)
private

No documentation available.

# File lib/bundler/vendor/thor/lib/thor/parser/arguments.rb, line 59
    def no_or_skip?(arg)
      arg =~ /^--(no|skip)-([-\w]+)$/
      $2
    end