Class: Semgrep::Changes::Shell
- Inherits:
-
Object
- Object
- Semgrep::Changes::Shell
- Defined in:
- lib/semgrep/changes/shell.rb
Class Method Summary collapse
Class Method Details
.run(command) ⇒ Object
6 7 8 |
# File 'lib/semgrep/changes/shell.rb', line 6 def self.run(command) `#{command}`.strip end |