class Rubocop::Changes::Shell
Public Class Methods
run(command)
click to toggle source
# File lib/rubocop/changes/shell.rb, line 6 def self.run(command) `#{command}`.strip end
# File lib/rubocop/changes/shell.rb, line 6 def self.run(command) `#{command}`.strip end