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: 136,194 of 183,730
Downloads: 4,048

Daily

Ranking: 51,783 of 183,722
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,480,298,746bundler
10977,498,787rake
22883,413,237addressable
26829,030,352rspec

Owners

#GravatarHandle
1iconfursich