Displaying 1 result from an estimated 1 matches for "canuck_enterprises".
2007 Jun 18
2
extending Array class with a method
...cord::Base class and I want to be able to
call a method on an Array of these items. For instance, perhaps
there''s a class called Country and another called business, and I''d
like to be able to do something like
great_white_north = Country.find_by_name(''Canada'')
canuck_enterprises = great_white_north.businesses
countries = Country.find_by_name([''Canada'',''UK'',''Australia'')
we_love_the_queen_enterprises = countries.businesses
So I need to somehow extend the Array class I think. Tips?
Ben
--~--~---------~--~----~--------...