Examples/greeter.rb in maroon-0.5.2 vs Examples/greeter.rb in maroon-0.5.3
- old
+ new
@@ -1,8 +1,8 @@
#Thanks to Ted Milken for updating the original example
require '../lib/maroon.rb'
-require '../lib/Moby/kernel.rb'
+require '../lib/maroon/kernel.rb'
class Person
attr_accessor :name
attr_accessor :greeting
end
\ No newline at end of file