class Playwright::Test::Matchers::PlaywrightMatcher

def initialize(expectation_method, *args, **kwargs)

def initialize(expectation_method, *args, **kwargs)
  @method = expectation_method
  @args = args
  @kwargs = kwargs
end