Module: Playwright::CLI::Registry
- Included in:
- Commands
- Defined in:
- lib/playwright/cli/registry.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.extended(base) ⇒ Object
6 7 8 9 10 11 |
# File 'lib/playwright/cli/registry.rb', line 6 def self.extended base base.class_eval do extend Hanami::CLI::Registry extend ClassMethods end end |