# File lib/templater/actions/action.rb, line 30 def callback(name) @generator.send(@options[name], self) if @options[name] end