On Wed, Nov 24, 2010 at 7:17 PM, David E. <davidreynon@gmail.com> wrote:
So I'd like to inherit a ruby class as such:
class ClassOne < ClassOneA
def blah1
end
def blah2
end
end
The caveat is that ClassOneA is NOT in the same file location as
ClassOne. How do I allow for ClassOne to "look for" ClassOneA.
Would i have to "require" it and then inherit it?
--
Phillip Gawlowski
Though the folk I have met,
(Ah, how soon!) they forget
When I've moved on to some other place,
There may be one or two,
When I've played and passed through,
Who'll remember my song or my face.