That is not an error... your program is returning a proc object and "<Proc:0x691...@c:\myprojects\Mytesting\lib\main.rb:31>" is the string representation of it. The code would help to tell why you are returning a proc object.
On Fri, May 1, 2009 at 7:13 AM, MarcRic <[email protected]> wrote: > > Please, show the code, or a snippet producing the same error... > > On May 1, 3:13 am, carmen rad <[email protected]> wrote: > > can somebody please tell me how to check the errors I get after running a > > Ruby program? > > actually I don't know if this is an error. there is no syntax error in > the > > program. Here is what I got after running the program: > > > > #<Proc:0x691...@c:\myprojects\Mytesting\lib\main.rb:31> > > > > Thank you. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ruby-on-rails-programming-with-passion" group. To unsubscribe from this group, send email to ruby-on-rails-programming-with-passion-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/ruby-on-rails-programming-with-passion?hl=en?hl=en -~----------~----~----~----~------~----~------~--~---
