class String

Public Instance Methods

entropy() click to toggle source
# File lib/string_entropy/string.rb, line 2
def entropy
  StringEntropy::Info.new(self).information_entropy
end