# File lib/riddle/configuration/source.rb, line 18
      def valid?
        !( @name.nil? || @type.nil? )
      end