Skip to content

Instantly share code, notes, and snippets.

@jfirebaugh
Created January 5, 2012 23:34
Show Gist options
  • Select an option

  • Save jfirebaugh/1567993 to your computer and use it in GitHub Desktop.

Select an option

Save jfirebaugh/1567993 to your computer and use it in GitHub Desktop.
class O
def inspect
"foo".encode!(Encoding::UTF_16BE)
end
end
[O.new].inspect #=> "\u5B00\u6600\u6F00\u6F5D"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment