mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
File class does not have to include Enumerable.
Because IO class, which is the superclass of File class, includes it.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
class File < IO
|
||||
include Enumerable
|
||||
|
||||
class FileError < Exception; end
|
||||
class NoFileError < FileError; end
|
||||
class UnableToStat < FileError; end
|
||||
|
||||
Reference in New Issue
Block a user