Commit 3f47702
Changed files (2)
spec
lesson_four
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