module Crypt3::ImpOrd2String

Extends strings in crypt.

Public Instance Methods

[](*args) click to toggle source
# File lib/crypt3.rb, line 29
def [](*args) 
  self.slice(*args).ord
end