Class: GitStats::CommandRunner
- Inherits:
-
Object
- Object
- GitStats::CommandRunner
- Defined in:
- lib/git_stats/command_runner.rb
Instance Method Summary collapse
Instance Method Details
#run(path, command) ⇒ Object
3 4 5 |
# File 'lib/git_stats/command_runner.rb', line 3 def run(path, command) execute(command, path).encode!('UTF-8', 'UTF-8', invalid: :replace) end |