Skip to content

Instantly share code, notes, and snippets.

@xenda
Created February 18, 2010 20:45
Show Gist options
  • Save xenda/308043 to your computer and use it in GitHub Desktop.
Save xenda/308043 to your computer and use it in GitHub Desktop.
print "Hola"
puts "Hola"
x = "Hola"
puts x
x = "Hola"
print x
x = "Hola"
x = "100".to_i
s = "100"
x = s.to_i
x==y
if x == y
puts "¡Si!"
else
puts "¡No!"
end
# Comentario
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment