Skip to content

Instantly share code, notes, and snippets.

@sevperez
Created September 4, 2018 19:07
Show Gist options
  • Save sevperez/dd068da08553d33dc99f65682e5818ee to your computer and use it in GitHub Desktop.
Save sevperez/dd068da08553d33dc99f65682e5818ee to your computer and use it in GitHub Desktop.
my_int = 8
my_decimal = 8.5
my_string = "electron"
puts "My int is: #{my_int}"
puts "My float is: #{my_decimal}"
puts "My string is: #{my_string}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment