Inherit one instance variable from the global scope
- by Julian
I'm using Curses to create a command line GUI with Ruby. Everything's going well, but I have hit a slight snag. I don't think Curses knowledge (esoteric to be fair) is required to answer this question, just Ruby concepts such as objects and inheritance.
I'm going to explain my problem now, but if I'm banging on, just look at the example below.
…