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