Update of /cvsroot/neelix/neelix/presenter
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15988/presenter
Modified Files:
presenter.rb
Log Message:
update the rdoc on the website (neelix.sf.net) when I (fugalh) run it.
Index: presenter.rb
===================================================================
RCS file: /cvsroot/neelix/neelix/presenter/presenter.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- presenter.rb 23 Dec 2003 14:59:13 -0000 1.3
+++ presenter.rb 5 May 2004 13:35:36 -0000 1.4
@@ -1,3 +1,4 @@
+# UI-independent (or mostly so) code that is also independent of the model.
module Presenter
def Presenter::promoteIngredient(recipe, i)
raise "Can't promote first ingredient" unless i > 0
|