⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby master
All Projects
Ruby
»
Ruby master
Overview
Activity
Roadmap
Issues
Repository
Like
Download (173 Bytes)
Bug #16906
ยป test.rb
Sample test file -
tyok (Mohammad Satrio)
, 05/22/2020 02:30 AM
Thread
.
current
.
thread_variable_set
(
"ab"
,
12
)
puts
Thread
.
current
.
thread_variable?
(
"ab"
)
puts
Thread
.
current
.
thread_variable?
(
:ab
)
puts
Thread
.
current
.
thread_variable?
(
"ab"
)
(1-1/1)
Loading...