queirozfcom/rachinations

View on GitHub
lib/rachinations/domain/modules/diagrams/silent.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Silent

  def before_run
  end

  def after_run
  end

  def before_round(round_no)
  end

  def after_round (round_no)
  end

  def sanity_check_message
  end

end