Skip to content

Instantly share code, notes, and snippets.

@bpohoriletz
Last active October 7, 2015 08:38
Show Gist options
  • Save bpohoriletz/3136690 to your computer and use it in GitHub Desktop.
Save bpohoriletz/3136690 to your computer and use it in GitHub Desktop.
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