Commit 3f47702

Stephen Peasley <stephenpeasley@hotmail.com>
2013-10-05 13:31:12
add notes for lesson.
1 parent ff1f5ba
Changed files (2)
spec/lesson_four/lesson_spec.rb
@@ -1,8 +1,19 @@
 require 'spec_helper'
 
+
 class Blah
 end
 
+module LifeBoat
+  class Boat
+  end
+end
+
+module Lifeboat
+  class Ship
+  end
+end
+
 module ExposeBinding
   def get_binding
     binding
readme.md
@@ -26,6 +26,12 @@
 * modules
 * equality (value vs instance)
 
+# lesson five
+
+* review
+* building out the movie library
+* load path and require
+
 # todo
 
 * iterators