module StringEntropy
Constants
- VERSION
Public Class Methods
example()
click to toggle source
# File lib/string_entropy.rb, line 12 def self.example StringEntropy::Info.new("password") end
info(string)
click to toggle source
# File lib/string_entropy.rb, line 8 def self.info(string) StringEntropy::Info.new(string) end