Module: Formatron::Generators::Util
- Defined in:
- lib/formatron/generators/util.rb,
lib/formatron/generators/util/readme.rb,
lib/formatron/generators/util/cookbook.rb,
lib/formatron/generators/util/gitignore.rb
Overview
Utility methods
Defined Under Namespace
Modules: Cookbook, Gitignore, Readme
Class Method Summary collapse
Class Method Details
.databag_secret ⇒ Object
9 10 11 |
# File 'lib/formatron/generators/util.rb', line 9 def self.databag_secret SecureRandom.random_number(36**40).to_s(36).upcase end |
.guid ⇒ Object
5 6 7 |
# File 'lib/formatron/generators/util.rb', line 5 def self.guid Random.rand(36**8).to_s(36).upcase end |