Class: StoryKey::Generator
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#call ⇒ Object
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 |