Sha256: 3b73aef1842c0e1463e57ce85b2e9943ac870205cadefb326af8d9ad27141a87
Contents?: true
Size: 323 Bytes
Versions: 5
Compression:
Stored size: 323 Bytes
Contents
# frozen_string_literal: true module SmartTodo module Dispatchers # A simple dispatcher that will output the reminder. class Output < Base class << self def validate_options!(_); end end # @return void def dispatch puts slack_message({}, nil) end end end end
Version data entries
5 entries across 5 versions & 1 rubygems