Search
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby
All Projects
Ruby
Overview
Activity
Roadmap
Issues
Repository
Download (104 Bytes)
Bug #13289
ยป substr.rb
lung (Luc Nguyen)
, 03/07/2017 06:02 AM
$b
=
String
.
new
(
"B"
*
0x400
)
$expand
=
$b
[
0x40
,
0x7fffffffffffffff
]
puts
$expand
.
size
puts
$expand
[
1000
,
4000
]
(1-1/1)
Loading...