# File lib/treetop/compiler/ruby_builder.rb, line 9 def initialize @level = 0 @address_space = LexicalAddressSpace.new @ruby = "" end