Module: Strings::Case::NullCase
- Defined in:
- lib/strings/case.rb
Overview
Prevent changing case
Instance Method Summary collapse
- #downcase ⇒ Object (also: #upcase, #capitalize)
Instance Method Details
#downcase ⇒ Object Also known as: upcase, capitalize
20 21 22 |
# File 'lib/strings/case.rb', line 20 def downcase self end |