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