Libraries
»
jets
(2.0.3)
»
Index
»
Jets
»
Commands
»
Main
»
#secret
Method: Jets::Commands::Main#secret
Defined in:
lib/jets/commands/main.rb
#
secret
⇒
Object
125 126 127
# File 'lib/jets/commands/main.rb', line 125
def
secret
puts
SecureRandom
.
hex
(
64
)
end