Method: Aws::Templates::Processor::Handler.register_in

Defined in:
lib/aws/templates/processor/handler.rb

.register_in(r) ⇒ Object

Register the hander class in a processor

Registers the handler class in the processor

  • r - processor registrar



36
37
38
39
# File 'lib/aws/templates/processor/handler.rb', line 36

def register_in(r)
  @processor = r
  self
end