trans. (T. Onoma) wrote: > But perhaps Mauricio was intending to get rid of the indentation too? In fact > I was wondering about that. How does it know code from comment? What about > something like this: > > # Presents a challenge > # ex-- > # > # challenge option > # > # There are three options: > # > # jump > # sit > # stand > # > def challenge( option ) > # ... > end Currently it doesn't. Everything that is indented is assumed to be code. If you can think of an algorithm that works better than I would be pleased to know about it.