5 lines
89 B
Text
5 lines
89 B
Text
"alphaBETA" | ascii_upcase
|
|
#=> "ALPHABETA"
|
|
|
|
"alphaBETA" | ascii_downcase
|
|
#=> "alphabeta"
|