Method: Interscript::Node::Item::String#downcase
- Defined in:
- lib/interscript/node/item/string.rb
#downcase ⇒ Object
20 |
# File 'lib/interscript/node/item/string.rb', line 20 def downcase; self.dup.tap { |i| i.data = i.data.downcase }; end |