This website requires JavaScript.
Explore
Help
Register
Sign In
ruby-x
/
rubyx
Watch
1
Star
0
Fork
0
You've already forked rubyx
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6d2ecf7ee6
rubyx
/
lib
/
sol
/
super_statement.rb
6 lines
61 B
Ruby
Raw
Normal View
History
Unescape
Escape
Rename Vool to Sol Simple is really the descriptive name for the layer Sure, it is "virtual" but that is not as important as the fact that it is simple (or simplified) Also objct (based really) is better, since orientated implies it is a little like that, but only orientated, not really it. Sol only has objects, nothing else Just cause i was renaming anyway
2019-10-03 23:36:49 +02:00
module
Sol
Fix super as statement 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
2019-08-19 17:48:13 +02:00
class
SuperStatement
<
SendStatement
end
end
Reference in New Issue
Copy Permalink