Skip to content

Commit

Permalink
remove deletable section in comment which was output by rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
m11o committed Feb 2, 2021
1 parent dfc3dcd commit d724155
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions stdlib/timeout/0/timeout.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit d724155

Please sign in to comment.