# File lib/rhc/cartridge_helpers.rb, line 24 def cart_regex(cart) "^#{cart.rstrip}(-[0-9\.]+){0,1}$" end