Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/echoe.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#uncapitalize ⇒ Object
:nodoc:.
Instance Method Details
#uncapitalize ⇒ Object
:nodoc:
604 605 606 |
# File 'lib/echoe.rb', line 604 def uncapitalize #:nodoc: "#{self[0..0].downcase}#{self[1..-1]}" end |