Method: CodeRunner::RepositoryManager.setup
- Defined in:
- lib/coderunner/repository_manager.rb
.setup(copts) ⇒ Object
This function gets called before every command and allows arbitrary manipulation of the command options (copts) hash
113 114 115 116 |
# File 'lib/coderunner/repository_manager.rb', line 113 def setup(copts) copts[:Y] ||= Dir.pwd copts[:Y] = File.(copts[:Y]) end |