Hi all, I installed a gem but it doesn''t work properly (can''t call methods on this), though object instantiation seemed to work: flickr = Flickr.new gives a valid object. To check what happens I have inserted some code in the initializer of this class (Flickr) in the lib. But the initializer is not being executed. I even inserted a ''division by zero'' but no error comes up. So how can it be that I can instantiate an object but it''s initialize is not being called ? Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---