Methods
U
Instance Public methods
ui()

Unicode Inspect returns the codepoints of the string in hex

# File rails/activesupport/test/multibyte_conformance.rb, line 29
def ui
  "#{self} " + ("[%s]" % unpack("U*").map{|cp| cp.to_s(16) }.join(' '))
end