From 112b157679eb10d4937cdeed7b17b99f4ffdaa65 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Sat, 27 Jul 2024 04:07:28 +0000 Subject: [PATCH] bin/tapioca dsl -e=test --- sorbet/rbi/dsl/atdis/type_cast_attributes.rbi | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 sorbet/rbi/dsl/atdis/type_cast_attributes.rbi diff --git a/sorbet/rbi/dsl/atdis/type_cast_attributes.rbi b/sorbet/rbi/dsl/atdis/type_cast_attributes.rbi deleted file mode 100644 index c37da34ad..000000000 --- a/sorbet/rbi/dsl/atdis/type_cast_attributes.rbi +++ /dev/null @@ -1,23 +0,0 @@ -# typed: true - -# DO NOT EDIT MANUALLY -# This is an autogenerated file for dynamic methods in `ATDIS::TypeCastAttributes`. -# Please instead update this file by running `bin/tapioca dsl ATDIS::TypeCastAttributes`. - -module ATDIS::TypeCastAttributes - include GeneratedInstanceMethods - - mixes_in_class_methods GeneratedClassMethods - - module GeneratedClassMethods - def attribute_types; end - def attribute_types=(value); end - def attribute_types?; end - end - - module GeneratedInstanceMethods - def attribute_types; end - def attribute_types=(value); end - def attribute_types?; end - end -end