Method: CodeRunner::Repository.try_system
- Defined in:
- lib/coderunner/repository.rb
.try_system(str) ⇒ Object
301 302 303 |
# File 'lib/coderunner/repository.rb', line 301 def self.try_system(str) RepositoryManager.try_system(str) end |