Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/core_ext/string.rb
Instance Method Summary collapse
Instance Method Details
#downcase_first ⇒ Object
4 5 6 7 |
# File 'lib/core_ext/string.rb', line 4 def downcase_first self[0] = self[0].downcase self end |