Hierarchy question (was: Inserting)

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
   # ...
end

class B < Foo::Bar
   # ...
end

module ExtraMethods
   # ...
end

# extend initial definitions
class A
   include ExtraMethods
end

class B
   include ExtraMethods
end

--
James Hughes
Web application developer
Centre for Health Services and Policy Research
Vancouver, BC