# File lib/travis/client/has_uuid.rb, line 4 def id?(object) object =~ /\A(?:\w+-){4}\w+\Z/ if object.is_a? String end