class StringEntropy::NilHasZeroEntropy

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/string_entropy/error.rb, line 18
def initialize
  super("nil values cannot be evaluated as strings and have zero entropy")
end