module Snowflake::Rb

Constants

VERSION

Public Class Methods

snowflake(worker_id, region_id) click to toggle source
# File lib/snowflake-rb.rb, line 5
def self.snowflake(worker_id, region_id)
  Snowflake.new(worker_id, region_id)
end