If your concern is about the "nil," you could make your method return a value. You are probably invoking a method that returns nothing and printing it (with puts).
On Thu, Aug 13, 2009 at 9:31 AM, Don <[email protected]> wrote: > > Hi > After running MyOwnRubyMetaApp . I'am getting this error. > Please help > > my_instance.mthod1 method1 > my_instance.wathever > nil > my_instance.mthod1 wathever > my_instance.wathever > nil > my_instance.mthod1 m545 > my_instance.wathever > nil > Donatien > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
