# File lib/r10k/environment/name.rb, line 47 def valid? if @validate ! @name.match(INVALID_CHARACTERS) else true end end