Module: Sunpass::PlaywrightCompat
- Defined in:
- lib/sunpass/playwright_compat.rb
Class Method Summary collapse
Class Method Details
.install! ⇒ Object
9 10 11 12 13 14 |
# File 'lib/sunpass/playwright_compat.rb', line 9 def install! return unless defined?(Playwright::ChannelOwners) return if Playwright::ChannelOwners.const_defined?(:Debugger, false) Playwright.define_channel_owner('Debugger') end |