Module: Ruboty::GithubAssignor

Defined in:
lib/ruboty/github_assignor.rb,
lib/ruboty/github_assignor/version.rb,
lib/ruboty/github_assignor/assignor.rb,
lib/ruboty/github_assignor/repo_watcher.rb

Defined Under Namespace

Classes: Assignee, Assignor, RepoWatcher

Constant Summary collapse

VERSION =
"0.0.4"

Class Method Summary collapse

Class Method Details

.log(msg) ⇒ Object

Your code goes here…



11
12
13
14
15
16
# 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