Returns a new, unique ID.
85 86 87
# File 'lib/weechat/hook.rb', line 85 def self.compute_free_id @@unique_id += 1 end