Have you tried to ask Ruby to run it? I bet it will ask, in a very wague
form, for the rest of the code immediately ;-)

Gennady. 

> -----Original Message-----
> From: list-bounce / example.com 
> [mailto:list-bounce / example.com] On Behalf Of Bihal
> Sent: Monday, April 10, 2006 20:42
> To: ruby-talk ML
> Subject: Include....with an end?
> 
> Hey guys, ran into some weird code that seems to have an 
> "end" for an "include"
> 
> module Fox
>   module FTNonModal
>     include Responder
> #a bunch of code, comments and methods I removed
>    end
>  end
> end
> 
> 
> If you need the rest of the code just ask, but I guess I'm 
> missing something?
> 
> Bihal
> 
> --
> Posted via http://www.ruby-forum.com/.
> 
>