New Schematic

Refactoring. It's a delight.

From

to

file_info[:control_info].map {|arr| arr[1] }

to

file_info[:control_info].map(&:last)