Skip to content

Instantly share code, notes, and snippets.

@cawel
Created November 20, 2014 15:01
Show Gist options
  • Save cawel/f291d03c2c40b0e696a9 to your computer and use it in GitHub Desktop.
Save cawel/f291d03c2c40b0e696a9 to your computer and use it in GitHub Desktop.
blog-quiz-easy-6
y = false
z = 1
x = y or z
def z arg
arg * 10
end
puts x
puts "z + 2 = " + (z + 2).to_s
puts "z +2  = " + (z +2).to_s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment