tarcieri / reia

Ruby-like hybrid OOP/functional programming language for BEAM, the Erlang VM
http://reia-lang.org
MIT License
775 stars 36 forks source link

super() #5

Closed pirj closed 14 years ago

pirj commented 15 years ago

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

tarcieri commented 15 years ago

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