Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/interscript/opal.rb

Instance Method Summary collapse

Instance Method Details

#unicode_normalizeObject

Opal has a wrong implementation of String#unicode_normalize



193
194
195
# File 'lib/interscript/opal.rb', line 193

def unicode_normalize
  self.JS.normalize
end