Last active
October 7, 2015 08:38
-
-
Save bpohoriletz/3136690 to your computer and use it in GitHub Desktop.
Revisions
-
bpohoriletz revised this gist
Aug 21, 2013 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,7 @@ RUBY_THEORY # Ruby variables - local, etc. # What is the difference between Procs and Lambdas # Duck typing. Pros cons? -
Bohdan Pohorilets revised this gist
Jul 24, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -22,4 +22,4 @@ RAILS_THEORY # what is the rails stack? -
Bohdan Pohorilets revised this gist
Jul 24, 2012 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ RUBY_THEORY # What is the difference between Procs and Lambdas @@ -14,7 +14,7 @@ # 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 -
Bohdan Pohorilets revised this gist
Jul 24, 2012 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ THEORY # What is the difference between Procs and Lambdas @@ -14,12 +14,12 @@ # What happens when you do Class.new 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 rails stack? -
Bohdan Pohorilets revised this gist
Jul 24, 2012 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -18,4 +18,8 @@ # 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 rails stack? -
Bohdan Pohorilets revised this gist
Jul 18, 2012 . 2 changed files with 21 additions and 5 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ # THEORY # 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 # 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' 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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +0,0 @@ -
Bohdan Pohorilets created this gist
Jul 18, 2012 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ # What is the difference between Procs and Lambdas # Duck typing # What is the value of nil.object_id in Ruby? Why?