merge!(oth)
Instance Public methods
Args
- oth
-
URI or String
Description
Destructive form of merge
Usage
1 2 3 4 5 6 | require 'uri' uri.merge!( "/main.rbx?page=1" ) p uri # => #<URI::HTTP:0x2021f3b0 URL:http://my.example.com/main.rbx?page=1> |
Please login to continue.