4 lines
49 B
Ruby
4 lines
49 B
Ruby
|
module Current
|
||
|
thread_mattr_accessor :user
|
||
|
end
|