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

Allow closing of issues from watson? Don't like that idea but maybe [lib/watson/github.rb]

Open nhmood opened this issue 11 years ago • 0 comments

filename : lib/watson/github.rb line # : 13 tag : todo md5 : d327ee0fc8672c86df6c9d177ef2e81c

    # [todo] - Allow closing of issues from watson? Don't like that idea but maybe
    # [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"

nhmood avatar Nov 21 '13 16:11 nhmood