Skip to content

Instantly share code, notes, and snippets.

@ccooke
Created July 4, 2022 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ccooke/aa4191c66fa982f75ee8cabab3cda5ca to your computer and use it in GitHub Desktop.
Save ccooke/aa4191c66fa982f75ee8cabab3cda5ca to your computer and use it in GitHub Desktop.
charlesc@Mailtrack.local@charles-ITLinux:~$ cat t.rb
p %w😻foo bar😻
charlesc@Mailtrack.local@charles-ITLinux:~$ ruby -v t.rb
ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux-gnu]
t.rb:1: unknown type of %string
p %w����foo bar😻
charlesc@Mailtrack.local@charles-ITLinux:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment