Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/realnick/utils.rb
Instance Method Summary collapse
Instance Method Details
#downcase ⇒ Object
4 5 6 |
# File 'lib/realnick/utils.rb', line 4 def downcase Unicode::downcase(self) end |