# File lib/cim/variant.rb, line 77
    def to_s
      if @type == :null
        "null"
      else
        "#{@value.inspect}"
      end
    end