From: Steven Lumos Date: 2007-01-29T17:26:14+09:00 Subject: Re: Ruby << is ambiguos Neville Franks writes: > Hi, I working on syntax highlighting for ED4W and have problem with << > because it has three uses. > > 1. << operator > 2. << HERE Doc > 3. class << Name - Singleton Class > > The problem is determining if << starts a Here Doc. It is easy to handle > class< the following: > > Ared = "mary" > angy = "bill" > angy < print < > Thanks. Your example is incomplete. angy <