class StringEntropy::StringMismatch
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/string_entropy/error.rb, line 12 def initialize super("The string contains invalid ASCII_8BIT characters (only character codes 32..126 are valid)") end