Module: Strings::Case::NullCase

Defined in:
lib/strings/case.rb

Overview

Prevent changing case

Instance Method Summary collapse

Instance Method Details

#downcaseObject Also known as: upcase, capitalize



20
21
22
# File 'lib/strings/case.rb', line 20

def downcase
  self
end