bestwebua / factory-struct

Class with the same behavior like Struct.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Factory

The Task

Implement your own class Factory which will have the same behavior as Struct class.

Of course, the best way for implementation is like in the code below:

class Factory < Struct; end

About

Class with the same behavior like Struct.

License:Other


Languages

Language:Ruby 100.0%