# File lib/simp/cli/config/items/data/simp_yum_os_update_url.rb, line 14 def validate item ( item =~ %r{^http[s]*://.+} ) ? true : false end