Alexey Zapparov

Results 341 comments of Alexey Zapparov
trafficstars

That's awesome! would be super awesome if `literal_enum` will actually work similar to `enum`: ``` ruby class MyEnum < Literal::Enum(Integer) Foo = new(1) Bar = new(2) end class Example <...