You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
filename : lib/watson/printer.rb line # : 26 tag : review md5 : 3727c6b5ea8b49483d4e32af0c5f168e
# [review] - No real setup in initialize method, combine it and run method?
# Include for debug_print (for class methods)
include Watson
# Debug printing for this class
DEBUG = false
class << self
# Include for debug_print (for static methods)
include Watson
###########################################################
# Custom color print for static call (only writes to STDOUT)
def cprint (msg = "", color = "")
The text was updated successfully, but these errors were encountered:
filename : lib/watson/printer.rb
line # : 26
tag : review
md5 : 3727c6b5ea8b49483d4e32af0c5f168e
The text was updated successfully, but these errors were encountered: