Cannonball:URI规范化gem

时间:2024-05-27 14:48:54
【文件属性】:

文件名称:Cannonball:URI规范化gem

文件大小:10KB

文件格式:ZIP

更新时间:2024-05-27 14:48:54

Ruby

炮弹 URI规范化gem 安装 将此行添加到您的应用程序的Gemfile中: gem 'cannonball' 然后执行: $ bundle 或将其自己安装为: $ gem install cannonball 用法 a = Cannonball :: URI . new ( 'http://www.nytimes.com' ) => < #Cannonball::URI id:0x3fd9b5c3d95c url="http://www.nytimes.com/"> a . to_s => "http://www.nytimes.com/" 有关更多信息,请参见。 从查询字符串中删除潜在的无用参数 配置gem: Cannonball :: configure do | config | config . should_test_possible_duplicate_uri


【文件预览】:
Cannonball-master
----LICENSE.txt(1KB)
----lib()
--------cannonball()
--------cannonball.rb(6KB)
--------rules()
--------rule.rb(239B)
----Gemfile(94B)
----spec()
--------cannonball_spec.rb(6KB)
----Rakefile(28B)
----cannonball.gemspec(1KB)
----README.md(2KB)
----.gitignore(164B)

网友评论