method

major_or_security?

rails latest stable - Class: Announcement::Version

Method not available on this version

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

major_or_security?()
public

No documentation available.

# File tasks/release.rb, line 227
    def major_or_security?
      @gem_version.segments[2].zero? || @gem_version.segments[3].is_a?(Integer)
    end