Class: StoryKey::Generator

Inherits:
Base
  • Object
show all
Defined in:
lib/story_key/generator.rb

Instance Method Summary collapse

Methods inherited from Base

call

Instance Method Details

#callObject



6
7
8
9
10
11
# File 'lib/story_key/generator.rb', line 6

def call
  @bitsize ||= StoryKey::DEFAULT_BITSIZE
  @format ||= StoryKey::FORMATS.first

  formatted_str
end