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: 107,000 of 195,762
Downloads: 7,631

Daily

Ranking: 18,956 of 195,747
Downloads: 24

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,629,697,366bundler
81,384,293,602rake
161,238,797,314addressable
291,006,320,288rspec

Owners

#GravatarHandle
1iconfursich