tarcieri / reia

Ruby-like hybrid OOP/functional programming language for BEAM, the Erlang VM

Home Page:http://reia-lang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

super()

pirj opened this issue · comments

Methods should be able to call the version in their superclass(es) using the super keyword.

Yes, this is certainly something that was planned for but is presently unimplemented