Method: Blacklight::Rendering::Pipeline#render

Defined in:
app/presenters/blacklight/rendering/pipeline.rb

#renderObject

Perform the processing by the pipeline



41
42
43
44
# File 'app/presenters/blacklight/rendering/pipeline.rb', line 41

def render
  first, *rest = *stack
  first.new(values, config, document, context, options, rest).render
end