module ActsAsParanoid::Validations

Experimental RBS support (using type sampling data from the type_fusion project).

# sig/acts_as_paranoid/validations.rbs

module ActsAsParanoid::Validations
  def self.included: (Class base) -> untyped
end

def self.included(base)

Experimental RBS support (using type sampling data from the type_fusion project).

def self.included: (Class base) -> untyped

This signature was generated using 1 sample from 1 application.

def self.included(base)
  base.extend ClassMethods
end