-
Notifications
You must be signed in to change notification settings - Fork 274
Open
Labels
Description
(ruby) Addressable::Template.new('https://{host}').match('https://127.0.0.1')
#<Addressable::Template::MatchData:0x64adc RESULT:{"host"=>"127.0.0.1"}>
(ruby) Addressable::Template.new('https://{host}').match('https://::1')
nil
(ruby) Addressable::Template.new('https://{host}').match('https://[::1]')
nil
Reactions are currently unavailable