Class: String
Instance Method Summary collapse
Instance Method Details
#decompose(tags = []) ⇒ Object
7 8 9 |
# File 'lib/forkforge/knife/string.rb', line 7 def decompose = [] Forkforge::Unicode::decompose self, end |
#downcase ⇒ Object
31 32 33 |
# File 'lib/forkforge/knife/string.rb', line 31 def downcase lowercase end |
#upcase ⇒ Object
27 28 29 |
# File 'lib/forkforge/knife/string.rb', line 27 def upcase uppercase end |