Steamcr::SharecodeDecoder
Inherits Reference < Object
Constants
DecodingError = Class.new(StandardError)
DICTIONARY = "ABCDEFGHJKLMNOPQRSTUVWXYZabcdefhijkmnopqrstuvwxyz23456789"
DICTIONARY_LENGTH = DICTIONARY.length
InvalidShareCode = Class.new(StandardError)
Constructors
new(code : String)
SourceInstance methods
code
Sourcedecode
Source