method

rc?

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.

rc?()
public

No documentation available.

# File tasks/release.rb, line 231
    def rc?
      @version =~ /rc/
    end