# frozen_string_literal: true class DummyStrategy include AuthStrategist::StrategyInterface define_components :dummy_component def authorized? dummy_component == :ok end end