Torsten Rüger
57b0ad2c32
Super is a statement, a send really. Not an expression (as maybe in c++) The actual implementation will be a bit tricky, like raise, a bit of stack walking, but not impossible. Still, later
6 lines
62 B
Ruby
6 lines
62 B
Ruby
module Vool
|
|
class SuperStatement < SendStatement
|
|
|
|
end
|
|
end
|