How can I design my application so that whenever I modify and save a .rb file, the application behaves "in the new way"?
I'm doing an application that reads the command, executes, prints the result and reads the next command (REPL, Read-Eval-Print-Loop). And I'd like the fonts to be reloaded whenever I change them.
More or less the way Rails and Unity (the graphics engine) do when I change the scripts.
Has anyone ever done anything like this? How can I do something like this?