Methods
- U
Instance Public methods
Unicode Inspect returns the codepoints of the string in hex
Source: show
# File rails/activesupport/test/multibyte_conformance.rb, line 29 def ui "#{self} " + ("[%s]" % unpack("U*").map{|cp| cp.to_s(16) }.join(' ')) end