class Concurrent::JavaCountDownLatch

def count

@!macro count_down_latch_method_count
def count
  @latch.getCount
end