watson-ruby icon indicating copy to clipboard operation
watson-ruby copied to clipboard

Properly scope Printer class so we dont need the Printer. for [lib/watson/github.rb]

Open nhmood opened this issue 11 years ago • 0 comments

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

nhmood avatar Nov 21 '13 16:11 nhmood