Ruby: Minor simplification.

This commit is contained in:
Anders Schack-Mulligen
2023-09-26 13:50:35 +02:00
parent 855c89667d
commit 68d05eb342

View File

@@ -27,8 +27,7 @@ private module Impl = Make<Input>;
class Container = Impl::Container;
/** A folder. */
class Folder extends Container, Impl::Folder { }
class Folder = Impl::Folder;
/** A file. */
class File extends Container, Impl::File {