Class: Downcaser

Inherits:
Object
  • Object
show all
Defined in:
lib/downcaser.rb

Class Method Summary collapse

Class Method Details

.downcase(the_string) ⇒ Object



2
3
4
# File 'lib/downcaser.rb', line 2

def self.downcase(the_string)
  the_string.downcase
end