Method: Interscript::Node::Item::Any#upcase

Defined in:
lib/interscript/node/item/any.rb

#upcaseObject



29
# File 'lib/interscript/node/item/any.rb', line 29

def upcase; self.class.new(self.data.map(&:upcase)); end