# File lib/treetop/compiler/ruby_builder.rb, line 54 def extend(var, module_name) self << "#{var}.extend(#{module_name})" end