On Wed, Oct 01, 2008 at 11:07:23AM -0400, Seth Thomas Rasmussen wrote:
> I don't understand what you are trying to do. What is this app()
> method on the stack supposed to do? Does it even work? I can't find it
> in the manual doing a search. I see the class method Shoes.app() of
> course, but..
>
> Looking at your code, it seems like you just want to do something like
>
> @stack.append { ... }
>
> in your add() method. Am I missing something?
Yes, read the section "Block Redirection" on the rules page that
he's referring to. <http://help.shoooes.net/Rules.html>
_why