Prev: Consuming a SOAP Service in Ruby.
Next: Prawn - Taking a page from one pdf to place in a prawn one.
From: Abder-rahman Ali on 6 Jul 2010 08:31 I have the following code: http://pastie.org/1032525, but always getting 'Book written' as output at the time I have to get 'Software operating' instead. What am I missing here? Thanks. -- Posted via http://www.ruby-forum.com/.
From: Stefano Crocco on 6 Jul 2010 08:38 On Tuesday 06 July 2010, Abder-rahman Ali wrote: > |I have the following code: http://pastie.org/1032525, but always getting > |'Book written' as output at the time I have to get 'Software operating' > |instead. What am I missing here? > | > |Thanks. It works correctly for me Stefano
From: Abder-rahman Ali on 6 Jul 2010 08:52 Stefano Crocco wrote: > On Tuesday 06 July 2010, Abder-rahman Ali wrote: >> |I have the following code: http://pastie.org/1032525, but always getting >> |'Book written' as output at the time I have to get 'Software operating' >> |instead. What am I missing here? >> | >> |Thanks. > > It works correctly for me > > Stefano Really amazing. Did you run it as is? It is not actually yet working for me. -- Posted via http://www.ruby-forum.com/.
From: Juan José Vidal on 6 Jul 2010 08:57 Did you change the '===' operator maybe? Have you been overwriting the Fixnum class? El mar, 06-07-2010 a las 21:52 +0900, Abder-rahman Ali escribió: > Stefano Crocco wrote: > > On Tuesday 06 July 2010, Abder-rahman Ali wrote: > >> |I have the following code: http://pastie.org/1032525, but always getting > >> |'Book written' as output at the time I have to get 'Software operating' > >> |instead. What am I missing here? > >> | > >> |Thanks. > > > > It works correctly for me > > > > Stefano > > Really amazing. > > Did you run it as is? > > It is not actually yet working for me. > -- Juan José Vidal Agustín ATICA - Sección de Telemática Universidad de Murcia Tlf: +34 868888742 Fax: +34 868888337 juanjova(a)um.es
From: Stefano Crocco on 6 Jul 2010 09:13 On Tuesday 06 July 2010, Abder-rahman Ali wrote: > |Stefano Crocco wrote: > |> On Tuesday 06 July 2010, Abder-rahman Ali wrote: > |>> |I have the following code: http://pastie.org/1032525, but always > |>> |getting 'Book written' as output at the time I have to get 'Software > |>> |operating' instead. What am I missing here? > |>> | > |>> |Thanks. > |> > |> It works correctly for me > |> > |> Stefano > | > |Really amazing. > | > |Did you run it as is? Yes. I just copied it and pasted into a file. > |It is not actually yet working for me. I can't think of a reason. Are you sure it's exactly the same code you posted? Stefano
|
Next
|
Last
Pages: 1 2 Prev: Consuming a SOAP Service in Ruby. Next: Prawn - Taking a page from one pdf to place in a prawn one. |