thoughtbot/gitsh

View on GitHub
lib/gitsh/commands/noop.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Gitsh::Commands
  class Noop
    def execute(_env)
    end
  end
end