Last active
October 7, 2015 08:38
-
-
Save bpohoriletz/3136690 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RUBY_THEORY | |
# Ruby variables - local, etc. | |
# What is the difference between Procs and Lambdas | |
# Duck typing. Pros cons? | |
# What is the value of nil.object_id in Ruby? Why? | |
# what is the difference between p, puts, print in Ruby | |
# method lookup in Ruby | |
# Class hierarchy in Ruby | |
# What happens when you do Class.new | |
RUBY_PRACTICE | |
# write a method that accepts a sentence as a parameter | |
# and returns same sentence with all words in their places but reverted | |
# :in => 'I love pizza', :out => 'I evol azzip' | |
RAILS_THEORY | |
# what is the rails stack? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment