lib/slack/real_time/config.rb in slack-ruby-client-0.14.4 vs lib/slack/real_time/config.rb in slack-ruby-client-0.14.5

- old
+ new

@@ -1,5 +1,6 @@ +# frozen_string_literal: true module Slack module RealTime module Config class NoConcurrencyError < StandardError; end @@ -42,10 +43,14 @@ rescue LoadError, NameError false # could not be loaded, missing dependencies end end - raise NoConcurrencyError, 'Missing concurrency. Add async-websocket, faye-websocket or celluloid-io to your Gemfile.' + raise( + NoConcurrencyError, + 'Missing concurrency. Add async-websocket, faye-websocket ' \ + 'or celluloid-io to your Gemfile.' + ) end end class << self def configure