module AutoTag

Extended Modules

Defined in:

auto-tag.cr

Constant Summary

TRUTHY_STRINGS = (["t", "true", "y", "yes", "1"] of ::String).flat_map do |str| [str.downcase, str.upcase, str.capitalize] end.uniq

Instance Method Summary

Instance Method Detail

def perform(count = 0) #

[View source]