mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Add types of lambdas and methods
This commit is contained in:
@@ -37,9 +37,13 @@ calls.rb:
|
||||
#-----| Numeric
|
||||
#-----| super -> Object
|
||||
|
||||
#-----| Proc
|
||||
|
||||
#-----| Rational
|
||||
#-----| super -> Numeric
|
||||
|
||||
#-----| Symbol
|
||||
|
||||
#-----| TrueClass
|
||||
#-----| super -> Object
|
||||
|
||||
|
||||
@@ -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 |
|
||||
|
||||
@@ -36,9 +36,13 @@ calls.rb:
|
||||
#-----| Numeric
|
||||
#-----| -> Object
|
||||
|
||||
#-----| Proc
|
||||
|
||||
#-----| Rational
|
||||
#-----| -> Numeric
|
||||
|
||||
#-----| Symbol
|
||||
|
||||
#-----| TrueClass
|
||||
#-----| -> Object
|
||||
|
||||
|
||||
Reference in New Issue
Block a user