Tim Bates wrote: > How do I get Bar to "inherit" Foo.foo? I've done it before like this: class Bar include Foo extend Foo end