# File lib/ttfunk.rb, line 18 def initialize(contents) @contents = StringIO.new(contents) @directory = Directory.new(@contents) end