module Hex::Token
Constants
- VERSION
Public Instance Methods
hex_token()
click to toggle source
# File lib/hex/token.rb, line 6 def hex_token Digest::MD5.hexdigest Time.now.to_f.to_s end
# File lib/hex/token.rb, line 6 def hex_token Digest::MD5.hexdigest Time.now.to_f.to_s end