On Wed, Aug 12, 2009 at 6:19 AM, Robert Walker < [email protected]> wrote:
> > Sijo Kg wrote: > > Hi brianp > > > > The << operator has many different uses: A googling gave > > Just a small clarification: << is not an operator, it is a method. It > has whatever "meaning" that is defined by its class. << is an operator as documented by Yukihiro Matsumoto aka Matz in the "The Ruby Programming Language". Futhermore, in regards to a String, Array, and IO classes, it is referred to as an append operator. -Conrad > > -- > Posted via http://www.ruby-forum.com/. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

