joern
joern copied to clipboard
[ruby] Could not represent expression `Block`
Could not represent expression: -> (arg){
puts arg
}
x=10
-> (arg){
puts arg
}.call(x)