class Out
Helper methods for printing
Public Class Methods
error(msg)
click to toggle source
# File lib/game-finder/out.rb, line 5 def self.error(msg) puts msg.red 1 end
Helper methods for printing
# File lib/game-finder/out.rb, line 5 def self.error(msg) puts msg.red 1 end