From ae5a0afcf2a58140cd3229abc878927ad5d24dba Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Mon, 8 Aug 2022 10:44:15 -0700 Subject: [PATCH] Add yard.rbi with root log method --- rbi/annotations/yard.rbi | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rbi/annotations/yard.rbi diff --git a/rbi/annotations/yard.rbi b/rbi/annotations/yard.rbi new file mode 100644 index 00000000..6c9807e2 --- /dev/null +++ b/rbi/annotations/yard.rbi @@ -0,0 +1,4 @@ +# typed: strict + +sig { returns(YARD::Logger) } +def log; end