Sha256: 7676462df4b78ebc3dc153465faa1a4938e23ea90b7d3f88cfe3e7e93569b19e
Contents?: true
Size: 227 Bytes
Versions: 10
Compression:
Stored size: 227 Bytes
Contents
# frozen_string_literal: true module Stenographer module OutputsHelper def slack_channels(output) slack_output = Stenographer::Outputs::SlackOutput.new(output: output) slack_output.channels end end end
Version data entries
10 entries across 10 versions & 1 rubygems