Method: Craftsman::Decorator::Helper#process

Defined in:
lib/craftsman/decorator/helper.rb

#process(content) ⇒ Object



3
4
5
6
7
# File 'lib/craftsman/decorator/helper.rb', line 3

def process(content)
  helper_targets.map do |t|
    build_filter t
  end.join + content
end