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