Ruby Internals

Is ruby internally structured to parse files as collections of a lot of proc objects as execution units? Class files are data structures with method pointing to proc objects.

rolo