Create a new Arrow::Session::Lock object.
82 83 84 85
# File 'lib/arrow/session/lock.rb', line 82 def initialize( uri, id ) super() @status = UNLOCKED end