3 Matching Annotations
- Nov 2022
-
engineering.appfolio.com engineering.appfolio.com
-
first we're looking for the "main" object. The word "main" is used in lots of places in Ruby, so that will be hard to track down. How else can we search?Luckily, we know that if you print out that object, it says "main". Which means we should be able to find the string "main", quotes and all, in C.
-
- Jul 2021
-
unix.stackexchange.com unix.stackexchange.com