Top Level Namespace
Defined in:
Method Summary
-
get_users_file : String
Loads the users yaml file, or raises an exception to crash the app.
-
load_user_list : Array(GithubUser)
Parses the users yaml file into an array of GithubUser
-
main
Run the commit counter
-
print_tracking_for_user(user : GithubUser, earlier_time, later_time)
Use a GithubTracker to track a user, and print the info from it to STDOUT.
Macro Summary
-
get_log_level
Gets the LOG_LEVEL env var, or returns level WARN
Method Detail
def print_tracking_for_user(user : GithubUser, earlier_time, later_time)
#
Use a GithubTracker to track a user, and print the info from it to STDOUT.