# File lib/rudy/cli/routines.rb, line 6 6: def routines_valid? 7: raise Rudy::NoRoutinesConfig unless @@config.routines 8: true 9: end