From 600e3330b3c4f170bd15e37554af533c2a3176ab Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Sat, 14 Nov 2020 18:48:05 +0900 Subject: Scan source files only from `cdump` enabled gems. --- mrblib/enum.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mrblib') diff --git a/mrblib/enum.rb b/mrblib/enum.rb index 15687e159..23b275ae2 100644 --- a/mrblib/enum.rb +++ b/mrblib/enum.rb @@ -10,7 +10,7 @@ # implement a meaningful `<=>` operator, as these methods # rely on an ordering between members of the collection. # -# @ISO 15.3.2 +# ISO 15.3.2 module Enumerable NONE = Object.new -- cgit v1.2.3