module Ruboty::GithubAssignor
Constants
- VERSION
Public Class Methods
log(msg)
click to toggle source
Your code goes hereā¦
# File lib/ruboty/github_assignor.rb, line 11 def self.log(msg) Ruboty.logger.info "[github_assignor] #{msg}" # FIX thix dirty hack. Ruboty.logger.instance_variable_get(:@logdev).dev.flush end