You're supposed to get an output something like this: >ruby main.rb first_method method has 12 characters. it_works! method has 9 characters. no_nil_here! method has 12 characters. >Exit code: 0
"When a method that is not existent is invoked, display the number of characters of that method,..." Did you define a method_missing method? On Aug 13, 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 -~----------~----~----~----~------~----~------~--~---
