method

major_or_security?

Importance_0
v8.0.0 - Show latest stable - 0 notes - Class: Version
major_or_security?() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File tasks/release.rb, line 23
    def major_or_security?
      @gem_version.segments[2].zero? || @gem_version.segments[3].is_a?(Integer)
    end
Register or log in to add new notes.