# File lib/packaging/util/version.rb, line 202 def is_rc? return TRUE if get_dash_version =~ /^\d+\.\d+\.\d+-*rc\d+/ return FALSE end