Zooip/smooth_change

View on GitHub
sig/lib/smooth_change.rbs

Summary

Maintainability
Test Coverage
module SmoothChange
  # rubocop:disable Style/Documentation
  class Error < StandardError
  end

  def self.configure: () { (Configuration) -> void } -> void

  def self.configuration: () -> Configuration
end