module Slack
module Slack::Notifier::Util
module Slack::Notifier::Util::Escape
class Slack::Notifier
class Slack::Notifier::APIError
class Slack::Notifier::Config
class Slack::Notifier::PayloadMiddleware
class Slack::Notifier::PayloadMiddleware::At
class Slack::Notifier::PayloadMiddleware::Base
class Slack::Notifier::PayloadMiddleware::Channels
class Slack::Notifier::PayloadMiddleware::FormatAttachments
class Slack::Notifier::PayloadMiddleware::FormatMessage
class Slack::Notifier::PayloadMiddleware::Stack
class Slack::Notifier::Util::HTTPClient
class Slack::Notifier::Util::LinkFormatter
slack-notifier
2.4.0
# as_array
def as_array args if args.respond_to?(:to_ary) args.to_ary else [args] end end