Skip to content

Instantly share code, notes, and snippets.

@ilyasozkurt
Created February 15, 2023 12:52
Show Gist options
  • Save ilyasozkurt/2cecae6381c6778a8ff42895db63a4cb to your computer and use it in GitHub Desktop.
Save ilyasozkurt/2cecae6381c6778a8ff42895db63a4cb to your computer and use it in GitHub Desktop.
puts 'A'.ord # 65
puts "65".to_i.chr(Encoding::UTF_8) # "A"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment