# File checkjob.rb, line 45 def validate() if ( change.jobs.length() == 0 ) message( @@USER_MESSAGE ) return false end return true end