From c3af0e77f7510c5bfad4cbfbf1ca4c9aa5be21ba Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Tue, 13 Feb 2024 04:17:14 +0000 Subject: [PATCH] bin/tapioca dsl -e=test --- sorbet/rbi/dsl/tailwind/select_links.rbi | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sorbet/rbi/dsl/tailwind/select_links.rbi diff --git a/sorbet/rbi/dsl/tailwind/select_links.rbi b/sorbet/rbi/dsl/tailwind/select_links.rbi new file mode 100644 index 000000000..c339878fe --- /dev/null +++ b/sorbet/rbi/dsl/tailwind/select_links.rbi @@ -0,0 +1,10 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Tailwind::SelectLinks`. +# Please instead update this file by running `bin/tapioca dsl Tailwind::SelectLinks`. + +class Tailwind::SelectLinks + include GeneratedUrlHelpersModule + include GeneratedPathHelpersModule +end