127 128 129 130
# File 'lib/appfirst/client.rb', line 127 def serial_id @@serial_id ||= 0 @@serial_id += 1 end