diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-11-14 18:48:05 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-11-14 18:52:57 +0900 |
| commit | 600e3330b3c4f170bd15e37554af533c2a3176ab (patch) | |
| tree | 4d514706417f3565fcc083f92331142a1ccc44a0 /mrblib/enum.rb | |
| parent | 4dcd8dd7cec202d09e5b21f7c55f527916c44aea (diff) | |
| download | mruby-600e3330b3c4f170bd15e37554af533c2a3176ab.tar.gz mruby-600e3330b3c4f170bd15e37554af533c2a3176ab.zip | |
Scan source files only from `cdump` enabled gems.
Diffstat (limited to 'mrblib/enum.rb')
| -rw-r--r-- | mrblib/enum.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
