Hi all I am trying to cleanly redefine the Hobo.find_by_search method, as we redefined it a while ago and I need to make further modifications now. I have been trying different methods, but to be honest this is not an area of Ruby with which I am that familiar - I'm fine with redefining methods in built in classes like Array, String, but not sure how to adhere to the structure of Hobo's modules.
Currently I have a module called HoboExtend in my lib folder where I am redefining the Hobo class, with "alias hobo_find_by_search find_by_search" Any help much appreciated. Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hobousers?hl=en -~----------~----~----~----~------~----~------~--~---
