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