Module: Venetian::PlaywrightCreateExtensions
- Defined in:
- lib/venetian/playwright_create_extensions.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#initialize(options = {}) ⇒ Object
5 6 7 |
# File 'lib/venetian/playwright_create_extensions.rb', line 5 def initialize( = {}, *) super({ playwright_cli_executable_path: Executable.base_command.shelljoin }.merge(), *) end |