# File lib/uri/generic.rb, line 554
    def opaque=(v)
      check_opaque(v)
      set_opaque(v)
      v
    end