7 lines
72 B
Ruby
7 lines
72 B
Ruby
|
|
require 'mutex_m'
|
||
|
|
|
||
|
|
class SomethingWithMutex
|
||
|
|
include Mutex_m
|
||
|
|
...
|
||
|
|
end
|