Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/dropmire/ext/string.rb
Instance Method Summary collapse
Instance Method Details
#to_char ⇒ Object
2 3 4 |
# File 'lib/dropmire/ext/string.rb', line 2 def to_char (self.to_i + 96).chr end |