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