watson-ruby
watson-ruby copied to clipboard
Properly scope Printer class so we dont need the Printer. for [lib/watson/github.rb]
filename : lib/watson/github.rb line # : 14 tag : review md5 : 5e268391308470516f3cfc652eb78509
# [review] - Properly scope Printer class so we dont need the Printer. for
# method calls?
# [todo] - Keep asking for user data until valid instead of leaving app
# Include for debug_print
include Watson
#############################################################################
# Setup remote access to GitHub
# Get Username, Repo, and PW and perform necessary HTTP calls to check validity
def setup(config)
# Identify method entry
debug_print "#{ self.class } : #{ __method__ }\n"
Printer.print_status "+", GREEN