General

Profile

jg (Junegunn Choi)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

08/23/2008

01:50 AM Ruby master Bug #472 (Closed): No ord in Net::HTTP#urlencode
=begin
def urlencode(str)
str.gsub(/[^a-zA-Z0-9_\.\-]/n) { sprintf('%%%02x', $&[0]) }
end

Since the s...
jg (Junegunn Choi)

Also available in: Atom