Class: String

Inherits:
Object show all
Defined in:
lib/forkforge/knife/string.rb

Instance Method Summary collapse

Instance Method Details

#decompose(tags = []) ⇒ Object



7
8
9
# File 'lib/forkforge/knife/string.rb', line 7

def decompose tags = []
  Forkforge::Unicode::decompose self, tags
end