Sha256: b1a5263bde11b44c839dc9e04ac34afa12fd9818ae67c16a34c4ad32644b0cdd
Contents?: true
Size: 186 Bytes
Versions: 19
Compression:
Stored size: 186 Bytes
Contents
class SlackSmartBot def update_shortcuts_file file = File.open("#{config.path}/shortcuts/#{config.shortcuts_file}", "w") file.write @shortcuts.inspect file.close end end
Version data entries
19 entries across 19 versions & 1 rubygems