Sha256: 27ae2c9e9ae13cf077a7c029106b5b9361e01063032d298213667df98ecbed69
Contents?: true
Size: 270 Bytes
Versions: 22
Compression:
Stored size: 270 Bytes
Contents
class SlackSmartBot def update_bots_file file = File.open(config.file_path.gsub(".rb", "_bots.rb"), "w") bots_created = @bots_created.dup bots_created.each { |k, v| v[:thread] = "" } file.write bots_created.inspect file.close end end
Version data entries
22 entries across 22 versions & 1 rubygems