Sha256: d188360009281e9a45649ac131ef0930d34e59b7a483c1f5f01c8762ccf262f6
Contents?: true
Size: 281 Bytes
Versions: 39
Compression:
Stored size: 281 Bytes
Contents
# frozen_string_literal: true module GitlabQuality module TestTooling module Slack class PostToSlackDry < PostToSlack def invoke! puts "The following message would have posted to Slack:" puts message end end end end end
Version data entries
39 entries across 39 versions & 1 rubygems