29
# File 'lib/interscript/node/item/any.rb', line 29 def upcase; self.class.new(self.data.map(&:upcase)); end