class Stats

Included Modules

Defined in:

lib/stats.cr

Constructors

Instance Method Summary

Instance methods inherited from module Enumerable({String, {success: Int32, failure: Int32}})

>>(channel : Channel({String, {success: Int32, failure: Int32}})) >>

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def each(*args, **options) #

[View source]
def each(*args, **options, &) #

[View source]
def log_failure(url : String) #

[View source]
def log_success(url : String) #

[View source]