Skip to content

Commit

Permalink
Added required singleton
Browse files Browse the repository at this point in the history
  • Loading branch information
kchapple committed Mar 16, 2021
1 parent c85ed28 commit 27e9143
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/util/counter.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'singleton'

module HQMF
# Simple class to issue monotonically increasing integer identifiers
class InstanceCounter
Expand Down

0 comments on commit 27e9143

Please sign in to comment.