12 lines
180 B
Ruby
12 lines
180 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
module Slack
|
||
|
module Mixins
|
||
|
module Browser
|
||
|
def browser
|
||
|
::Chemlab.configuration.browser.session.engine
|
||
|
end
|
||
|
end
|
||
|
end
|
||
|
end
|