Prev: ANN: Gotham Ruby Conference Registration Open
Next: NET:SSH fails authentification with :keys - ssh works
From: Pablo Escobar on 23 Apr 2010 15:21 I don't get it. Why doesn't ruby have just require/include for relative paths as it is in java, python etc. ? What's wrong? it's already 1.9 version which lacks these VERY basic and usual feature. Explain me plz.
From: Kyle Schmitt on 23 Apr 2010 15:40 *cough* Umm. Because you're missing it. It does. I've used it, frequently even. Perhaps your build is flawed? On Fri, Apr 23, 2010 at 7:25 PM, Pablo Escobar <int512(a)gmail.com> wrote: > I don't get it. Why doesn't ruby have just require/include for > relative paths as it is in java, python etc. ? > What's wrong? it's already 1.9 version which lacks these VERY basic > and usual feature. Explain me plz. > >
From: Luis Lavena on 23 Apr 2010 17:26 On Apr 23, 4:21 pm, Pablo Escobar <int...(a)gmail.com> wrote: > I don't get it. Why doesn't ruby have just require/include for > relative paths as it is in java, python etc. ? > What's wrong? it's already 1.9 version which lacks these VERY basic > and usual feature. Explain me plz. When asking question about ruby behaviors, provide a sample of code that shows the issue and include the corresponding backtrace. Ruby allows require to relative paths, 1.9 has require_relative. Please help us help you better -- Luis Lavena
From: Pablo Escobar on 24 Apr 2010 08:17
You are right thanks. i guess it is ruby mine bug On Apr 24, 12:26 am, Luis Lavena <luislav...(a)gmail.com> wrote: > On Apr 23, 4:21 pm, Pablo Escobar <int...(a)gmail.com> wrote: > > > I don't get it. Why doesn't ruby have just require/include for > > relative paths as it is in java, python etc. ? > > What's wrong? it's already 1.9 version which lacks these VERY basic > > and usual feature. Explain me plz. > > When asking question about ruby behaviors, provide a sample of code > that shows the issue and include the corresponding backtrace. > > Ruby allows require to relative paths, 1.9 has require_relative. > > Please help us help you better > -- > Luis Lavena |