class HandyToolbox::Ids

Constants

BACK

0..99 are reserved

FIRST

Public Class Methods

next() click to toggle source
# File lib/handy_toolbox/ids.rb, line 9
def self.next
  @@id += 1
  @@id
end