Method: CodeRunner::InteractiveMethods#change_root_folder
- Defined in:
- lib/coderunner/interactive_methods.rb
#change_root_folder(folder) ⇒ Object Also known as: crf
Change the default root folder(s) for commands. If a runner has not been loaded for a given folder, it will be loaded as subsequently required.
41 42 43 |
# File 'lib/coderunner/interactive_methods.rb', line 41 def change_root_folder(folder) DEFAULT_COMMAND_OPTIONS[:Y] = folder end |