# File lib/treetop/compiler/ruby_builder.rb, line 30
      def class_declaration(name, &block)
        self << "class #{name}"
        indented(&block)
        self << "end"
      end