kcdragon/mongration

View on GitHub
lib/mongration/null_output.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Mongration
  class NullOutput
    def puts(*); end
    def write(*); end
  end
end