Changeset 18699

Show
Ignore:
Timestamp:
09/03/08 02:58:48 (4 months ago)
Author:
drry
Message:
  • @znz ごめんなさい、どうもありがとう。[18684]
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/net-irc/trunk/examples/tig.rb

    r18684 r18699  
    810810 
    811811        def untinyurl(text) 
    812                 text.gsub(%r"http://(?:(?:preview\.)?tin|rub)yurl\.com/[0-9a-z=]+"i) {|m| 
     812                text.gsub(%r"http://(?:(preview\.)?tin|rub)yurl\.com/[0-9a-z=]+"i) {|m| 
    813813                        uri = URI(m) 
    814814                        uri.host = uri.host.sub($1, "") if $1