summaryrefslogtreecommitdiff
path: root/lib/mutex_m.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mutex_m.rb')
-rw-r--r--lib/mutex_m.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/mutex_m.rb b/lib/mutex_m.rb
index 592e3842c8..19fe85b81c 100644
--- a/lib/mutex_m.rb
+++ b/lib/mutex_m.rb
@@ -35,6 +35,9 @@
# # this obj can be handled like Mutex
#
module Mutex_m
+
+ VERSION = "0.1.0"
+
def Mutex_m.define_aliases(cl) # :nodoc:
cl.module_eval %q{
alias locked? mu_locked?