I'm opening a file first, then parsing the contents with my_object function, and then I'd like to feed that output into another object.
Unfortunately though, the second object only accepts files instead of code on-the-fly as it were. Rather than start messing around with my template object...