Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 442 Bytes

README.textile

File metadata and controls

14 lines (11 loc) · 442 Bytes

Expander – Expand short URLs in strings

Short URLs are annoying. Expand them.

% gem install expander-0.0.1.gem
Successfully installed expander-0.0.1
1 gem installed
% irb -rubygems
> require 'expander'
 => true 
>   "Clever message http://t.co/xCCP4e8R more stuff #hello".expand_urls
 => "Clever message http://guides.rubygems.org/make-your-own-gem/ more stuff #hello"