Zooip/smooth_change

View on GitHub
sig/lib/smooth_change/adapters/memory.rbs

Summary

Maintainability
Test Coverage
module SmoothChange
  module Adapters
    # Load features from a YAML file
    class Memory
      def initialize: (?features: ::Hash[String, Feature] features) -> void

      include _Adapter
    end
  end
end