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