⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby master
All Projects
Ruby
»
Ruby master
Overview
Activity
Roadmap
Issues
Repository
Like
Download (46 Bytes)
Bug #1251
ยป tr.rb
gsub doesn't replace as it should -
pettel (Alexander Pettelkau)
, 03/07/2009 06:09 PM
s
=
"
\\
TEST"
puts
s
s
.
gsub!
(
"
\\
"
,
"
\\\\
"
)
puts
s
(1-1/1)
Loading...