class ProjectReleaser::Logger::Null

Public Instance Methods

error(msg)
Alias for: info
info(msg) click to toggle source
# File lib/project_releaser/logger/null.rb, line 4
def info(msg)
  # no op
end
Also aliased as: error