Skip to content

Instantly share code, notes, and snippets.

View kwitczak's full-sized avatar
🏕️

Krzysztof Witczak kwitczak

🏕️
View GitHub Profile
@kwitczak
kwitczak / Gold.md
Created February 15, 2017 10:24 — forked from sean2121/Gold.md

Ruby Association Certified Ruby Examination Gold Sample Questions

Q1. Assume that the following code must have the stated execution result.

__(1)__
x.each_line { |line| puts line }

[Execution Result]
apple
@kwitczak
kwitczak / silver.md
Created February 15, 2017 10:24 — forked from sean2121/silver.md

Ruby Association Certified Ruby Examination Silver Sample Questions

Q1. Which of the following have true values in Ruby? (Choose two.)

  • (a) ""
  • (b) 0
  • (c) false
  • (d) nil