Categories: None [Edit]

safe_uri

https://rubygems.org/gems/safe_uri
https://github.com/fursich/safe_uri
SafeURI is an alternative implementation that allows you to open an URI with safer approach - with SafeURI.#open, you can always force to use URI.parse(url).open, or File.open(filename) depending on the provided argument. The pipe character '|' is NOT accepted as it does not delegate to Kernel.#open (falls back to File.#open), unlike URI.#open that falls back to Kernel.#open when un-openable arguments are given.

Total

Ranking: 131,131 of 186,883
Downloads: 4,530

Daily

Ranking: 89,163 of 186,872
Downloads: 5

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,910,439,083bundler
101,129,820,239rake
221,021,968,495addressable
27910,134,422rspec

Owners

#GravatarHandle
1iconfursich