nacyot/slack_scratcher

View on GitHub
lib/slack_scratcher/adapter/file.rb

Summary

Maintainability
A
0 mins
Test Coverage
module SlackScratcher
  module Adapter
    # File adapter for storing slack logs.
    # @note Not yet implemented
    class File < SlackScratcher::Adapter::Base
    end
  end
end