Arie/serveme

View on GitHub
sorbet/rbi/dsl/active_model/validations/callbacks.rbi

Summary

Maintainability
Test Coverage
# typed: true

# DO NOT EDIT MANUALLY
# This is an autogenerated file for dynamic methods in `ActiveModel::Validations::Callbacks`.
# Please instead update this file by running `bin/tapioca dsl ActiveModel::Validations::Callbacks`.

module ActiveModel::Validations::Callbacks
  include GeneratedInstanceMethods

  mixes_in_class_methods GeneratedClassMethods

  module GeneratedClassMethods
    def __callbacks; end
    def __callbacks=(value); end
    def __callbacks?; end
  end

  module GeneratedInstanceMethods
    def __callbacks; end
    def __callbacks?; end
  end
end