Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/string_entropy/string.rb
Instance Method Summary collapse
Instance Method Details
#entropy ⇒ Object
2 3 4 |
# File 'lib/string_entropy/string.rb', line 2 def entropy StringEntropy::Info.new(self).information_entropy end |