class GitHeroes::Logger

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/git_heroes/logger.rb, line 9
def initialize
  logger = ::Logger.new($stderr)
  super(logger)
end