debian-mirror-gitlab/qa/lib/slack/mixins/browser.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
180 B
Ruby
Raw Normal View History

2023-04-23 21:23:45 +05:30
# frozen_string_literal: true
module Slack
module Mixins
module Browser
def browser
::Chemlab.configuration.browser.session.engine
end
end
end
end