From d724155751a89c90585e46b9e401ddd81f064ae3 Mon Sep 17 00:00:00 2001 From: masahito1997 Date: Tue, 2 Feb 2021 17:40:32 +0900 Subject: [PATCH] remove deletable section in comment which was output by rdoc --- stdlib/timeout/0/timeout.rbs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/stdlib/timeout/0/timeout.rbs b/stdlib/timeout/0/timeout.rbs index fdaef1169..d22ee4f65 100644 --- a/stdlib/timeout/0/timeout.rbs +++ b/stdlib/timeout/0/timeout.rbs @@ -51,9 +51,6 @@ module Timeout # Timeout` into your classes so they have a #timeout method, as well as a module # method, so you can call it directly as Timeout.timeout(). # - # # arglists 💪👽🚨 << Delete this section - # timeout(sec, klass = nil, message = nil) { |sec| ... } - # def self.timeout: (Numeric? sec, ?singleton(Exception) klass, ?String message) { (Numeric sec) -> untyped } -> untyped private @@ -85,9 +82,6 @@ module Timeout # Timeout` into your classes so they have a #timeout method, as well as a module # method, so you can call it directly as Timeout.timeout(). # - # # arglists 💪👽🚨 << Delete this section - # timeout(sec, klass = nil, message = nil) { |sec| ... } - # def timeout: (Numeric? sec, ?singleton(Exception) klass, ?String message) { (Numeric sec) -> untyped } -> untyped end