33 34 35
# File 'lib/semian/simple_integer.rb', line 33 def increment(*) @lock.synchronize { super } end