Upcase the string.
65
# File 'lib/ansi/string.rb', line 65 def upcase ; self.class.new(text.upcase, marks) ; end