Initial support lambda node by euglena1215 · Pull Request #173 · ruby/typeprof

Prior to this change, typeprof would crash on encountering code like: def x = -> { 1 } This was because typeprof did not yet support lambda. With this update, such lambda definitions are now recogn...