merge(oth)
Instance Public methods
Args
- oth
-
URI or String
Description
Merges two URI's.
Usage
1 2 3 4 5 | require 'uri' p uri.merge( "/main.rbx?page=1" ) # => #<URI::HTTP:0x2021f3b0 URL:http://my.example.com/main.rbx?page=1> |
URI or String
Merges two URI's.
1 2 3 4 5 | require 'uri' p uri.merge( "/main.rbx?page=1" ) # => #<URI::HTTP:0x2021f3b0 URL:http://my.example.com/main.rbx?page=1> |
Designed by : w10schools
service@w10schools.com
Please login to continue.