class ActiveAdmin::AuthorizationAdapter::NormalizedMatcher

def ===(other)

def ===(other)
  @klass == other || other.is_a?(@klass)
end

def initialize(klass)

def initialize(klass)
  @klass = klass
end