Hi All Is there who knows to define multi line comment? ( in Java we can define by /* and */ ) Best Regards Kushan Jayathilake --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
you mean in Ruby? like this =begin blablabla bablablabl abklabla =end On 14 Feb., 11:57, "Kushan Jayathilake" <kushan.ra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi All > > Is there who knows to define multi line comment? ( in Java we can define by > /* and */ ) > > Best Regards > > Kushan Jayathilake--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hello Thorsten L Yes,I want to know how to define a multiline comment in rails, In Java we can define it like this /* Comment line 1 Comment line 2 Comment line 3 */ Anything between /* and */ will be commented So is there anyway that I can do this in rails -------Original Message------- From: Thorsten L Date: 2/14/2007 5:57:35 PM To: Ruby on Rails: Talk Subject: [Rails] Re: How to define a multi line comment you mean in Ruby? like this =begin blablabla bablablabl abklabla =end On 14 Feb., 11:57, "Kushan Jayathilake" <kushan.ra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi All > > Is there who knows to define multi line comment? ( in Java we can defineby> /* and */ ) > > Best Regards > > Kushan Jayathilake--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Kushan Thorsten did answer your question. I''ve changed it to look similar to your request. =begin Comment line 1 Comment line 2 Comment line 3 =end Hmm, I wonder if Thorsten''s reply looked too much like English and got ignored? :) Cheers Mohit. Kushan Jayathilake wrote:> Hello Thorsten L <mailto:duplexxx-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> > > > Yes,I want to know how to define a multiline comment in rails, > In Java we can define it like this > /* > Comment line 1 > Comment line 2 > Comment line 3 > */ > Anything between /* and */ will be commented > > So is there anyway that I can do this in rails > > /-------Original Message-------/ > > /*From:*/ Thorsten L <mailto:duplexxx-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> > /*Date:*/ 2/14/2007 5:57:35 PM > /*To:*/ Ruby on Rails: Talk <mailto:rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > /*Subject:*/ [Rails] Re: How to define a multi line comment > > you mean in Ruby? like this > > =begin > blablabla > bablablabl > abklabla > =end > > On 14 Feb., 11:57, "Kushan Jayathilake" <kushan.ra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > <mailto:kushan.ra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>> > wrote: > > Hi All > > > > Is there who knows to define multi line comment? ( in Java we can > define by > > /* and */ ) > > > > Best Regards > > > > Kushan Jayathilake > > > > > > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
> =begin > blablabla > bablablabl > abklabla > =end >just keep in mind that kind of comments are reserved for ruby doc, so best practices would tell not to use them unless for that purpose.. which leaves us without a general purpose multi line comment in ruby (AFAIK) regards, javier ramirez -- -------- Estamos de estreno... si necesitas llevar el control de tus gastos visita http://www.gastosgem.com !!Es gratis!! --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---