# File lib_ctrl/rucy/params.rb, line 750
      def alias_path=(new_path)
        case (new_path)
        when String, NilClass
          # nothing to do.
        else
          raise "not a string for alias_path: #{new_path.inspect}"
        end
        @attrs['alias_path'] = new_path
      end