module Playwright::CLI::Registry::ClassMethods
Public Instance Methods
get_root(arguments)
click to toggle source
# File lib/playwright/cli/registry.rb, line 23 def get_root(arguments) get([unique_root_string, *arguments]) end
has_root?()
click to toggle source
# File lib/playwright/cli/registry.rb, line 19 def has_root? !!@root_command end
register_root(*args)
click to toggle source
# File lib/playwright/cli/registry.rb, line 14 def register_root(*args) register(unique_root_string, *args) @root_command = true end
Private Instance Methods
unique_root_string()
click to toggle source
# File lib/playwright/cli/registry.rb, line 29 def unique_root_string "05d93d18-a93a-4a80-9556-caf2c835112e" end