Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/tagen/core/string.rb
Instance Method Summary collapse
-
#ascii ⇒ Object
‘a’.ascii -> 97.
Instance Method Details
#ascii ⇒ Object
‘a’.ascii -> 97
8 9 10 |
# File 'lib/tagen/core/string.rb', line 8 def ascii() bytes.first end |