/uri-hasparser

Quick hack to access URI.escape without warnings on ruby 1.8.7 .. 2.0+

Primary LanguageRubyMIT LicenseMIT

uri-hasparser

  • This repository is archived
  • No longer maintained
  • All versions have been yanked from https://rubygems.org/ for releasing valuable namespace for others

Description

Quick hack to access URI.escape without warnings on ruby 1.8.7 .. 2.0+

Features

  • URI.parser
  • URI.parser=

Usage

require 'uri'
require 'uri/hasparser'

URI.parser.escape 'http://example.com'

Requirements

  • Ruby - 1.8.7 or later

License

The MIT X11 License
Copyright (c) 2013 Kenichi Kamiya
See MIT-LICENSE for further details.