Add types of lambdas and methods

This commit is contained in:
Arthur Baars
2021-05-17 15:55:13 +02:00
parent e787d99cd1
commit eb8b2558da
5 changed files with 17 additions and 1 deletions

View File

@@ -37,9 +37,13 @@ calls.rb:
#-----| Numeric
#-----| super -> Object
#-----| Proc
#-----| Rational
#-----| super -> Numeric
#-----| Symbol
#-----| TrueClass
#-----| super -> Object

View File

@@ -19,7 +19,9 @@ getModule
| file://:0:0:0:0 | Float |
| file://:0:0:0:0 | NilClass |
| file://:0:0:0:0 | Numeric |
| file://:0:0:0:0 | Proc |
| file://:0:0:0:0 | Rational |
| file://:0:0:0:0 | Symbol |
| file://:0:0:0:0 | TrueClass |
| hello.rb:1:1:8:3 | EnglishWords |
| hello.rb:11:1:16:3 | Greeting |

View File

@@ -36,9 +36,13 @@ calls.rb:
#-----| Numeric
#-----| -> Object
#-----| Proc
#-----| Rational
#-----| -> Numeric
#-----| Symbol
#-----| TrueClass
#-----| -> Object