module X5
Constants
- VERSION
Public Class Methods
process(str)
click to toggle source
# File lib/x5.rb, line 5 def self.process(str) return 'No file specified' if str.nil? || str.empty? 'https://code.x5.io/' + SecureRandom.hex end