⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby master
All Projects
Ruby
»
Ruby master
Overview
Activity
Roadmap
Issues
Repository
Like
Download (179 Bytes)
Bug #8880
ยป broken.rb
Anonymous, 09/09/2013 10:13 AM
module
Test
;
end
def
test
'Refinements are broken!'
.
chop!
end
eval
(
'using Test; test'
)
module
Test
refine
(
String
)
do
def
chop!
raise
self
end
end
end
test
(1-1/1)
Loading...