class

Steamcr::SharecodeDecoder

Inherits Reference < Object

Constants

DecodingError = Class.new(StandardError)
DICTIONARY = "ABCDEFGHJKLMNOPQRSTUVWXYZabcdefhijkmnopqrstuvwxyz23456789"
DICTIONARY_LENGTH = DICTIONARY.length
InvalidShareCode = Class.new(StandardError)

Constructors

new(code : String)
Source

Instance methods

code
Source
decode
Source
decoded

https://gist.github.com/taylorfinnell/ad74a26ad5a94fa303de

Source