class String

Public Instance Methods

to_char() click to toggle source
# File lib/dropmire/ext/string.rb, line 2
def to_char
  (self.to_i + 96).chr
end