Is it something like this you want?
Yes, I think it is. Thanks Matthew.
jh
···
On 1/19/06, Matthew Moss <matthew.moss.coder@gmail.com> wrote:
# initial definitions
class A < Foo::Bar
# ...
endclass B < Foo::Bar
# ...
endmodule ExtraMethods
# ...
end# extend initial definitions
class A
include ExtraMethods
endclass B
include ExtraMethods
end
--
James Hughes
Web application developer
Centre for Health Services and Policy Research
Vancouver, BC