andela-oeyiowuawi/lekanmastermind

View on GitHub
bin/CLI/extra_methods.rb

Summary

Maintainability
A
0 mins
Test Coverage
module ExtraMethods
  def game_exit
    puts @message.goodbye
    system(exit)
  end
end